#B7BD3A

Color #B7BD3A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B7BD3A

Tints of Celery #B7BD3A

Color information

#B7BD3A (or 0xB7BD3A) is unknown color: approx Celery. HEX triplet: B7, BD and 3A. RGB value is (183,189,58). Sum of RGB (Red+Green+Blue) = 183+189+58=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD3A is #4842C5. Grayscale: #ACACAC. Windows color (decimal): -4735686 or 3849655. OLE color: 3849655.

HSL color Cylindrical-coordinate representation of color #B7BD3A: hue angle of 62.75º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7BD3A is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18318958-
CMYK0.0300.690.26
HSL62.75º53.04%48.43%-
HSV(B)62.75º69.31%74.12%-
XYZ38.4946.7711-
YUV172.2763.51135.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 58 (23.05% from 255) = 13.49%
R=42.56%
G=43.95%
B=13.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183189580.0300.690.2662.7553.0448.43
HexB7BD3A30451A3f3530
Octal267275723010532776560
Binary1011011110111101111010110100010111010111111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BD3A; }

 p { color: rgb(183,189,58); }

 H1.HeaderClassName
 {
   color: #B7BD3A;
 }
 .AnyTagClassName
 {
   color: #B7BD3A;
 }
</style>
background-color css

<style>
 a { background-color: #B7BD3A; }

 a { background-color: rgb(183,189,58); }

 div.DivClassName
 {
   background-color: #B7BD3A;
 }
 .BgClassName
 {
   background-color: #B7BD3A;
 }
</style>
border-color css

<style>
 span { border-color: #B7BD3A; }

 span { border-color: rgb(183,189,58); }

 td.TdClassName
 {
   border-color: #B7BD3A;
 }
 .TagClassName
 {
   border-color: #B7BD3A;
 }
</style>