Html Css Color HEX #BDBB4E Celery

📋 copy color: '#BDBB4E'

red 189 ◦ green 187 ◦ blue 78

#BDBB4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #BDBB4E

Tints of Celery #BDBB4E

RGB

 RED value IS 189 (74.22% from 255) = 41.63%

 GREEN value IS 187 (73.44% from 255) = 41.19%

 BLUE value IS 78 (30.86% from 255) = 17.18%

R = 41.63%
G = 41.19%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BDBB4E (or 0xBDBB4E) is known color: Celery. HEX triplet: BD, BB and 4E. RGB value is (189,187,78). Sum of RGB (Red+Green+Blue) = 189+187+78=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB4E is #4244B1. Grayscale: #AFAFAF. Windows color (decimal): -4342962 or 5159869. OLE color: 5159869.

HSL color Cylindrical-coordinate representation of color #BDBB4E: hue angle of 58.92º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDBB4E is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 78 -
CMYK 0 0.01 0.59 0.26
HSL 58.92º 0.46% 0.52% -
HSV(B) 58.92º 0.59% 0.74% -
XYZ 40.13 46.91 14.15 -
YUV 175.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 189 187 78 0 0.01 0.59 0.26 58.92 0.46 0.52
Hex BD BB 4E 0 1 3B 1A 3B 2E 34
Octal 275 273 116 0 1 73 32 73 56 64
Binary 10111101 10111011 1001110 0 1 111011 11010 111011 101110 110100

Color Harmonies of #BDBB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB4E

Black with #BDBB4E

Text Example


Text Example

White with #BDBB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB4E; }

 p { color: rgb(189,187,78); }

 H1.HeaderClassName
 {
   color: #BDBB4E;
 }
 .AnyTagClassName
 {
   color: #BDBB4E;
 }
</style>

background-color css

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

 a { background-color: rgb(189,187,78); }

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

border-color css

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

 span { border-color: rgb(189,187,78); }

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