Html Css Color HEX #BDBB4C Celery

📋 copy color: '#BDBB4C'

red 189 ◦ green 187 ◦ blue 76

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

Shades of Celery #BDBB4C

Tints of Celery #BDBB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.81%

R = 41.81%
G = 41.37%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BDBB4C (or 0xBDBB4C) is known color: Celery. HEX triplet: BD, BB and 4C. RGB value is (189,187,76). Sum of RGB (Red+Green+Blue) = 189+187+76=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB4C is #4244B3. Grayscale: #AFAFAF. Windows color (decimal): -4342964 or 5028797. OLE color: 5028797.

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

Color convert

RGB 189 187 76 -
CMYK 0 0.01 0.60 0.26
HSL 58.94º 0.46% 0.52% -
HSV(B) 58.94º 0.6% 0.74% -
XYZ 40.06 46.88 13.78 -
YUV 174.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 189 187 76 0 0.01 0.60 0.26 58.94 0.46 0.52
Hex BD BB 4C 0 1 3C 1A 3B 2E 34
Octal 275 273 114 0 1 74 32 73 56 64
Binary 10111101 10111011 1001100 0 1 111100 11010 111011 101110 110100

Color Harmonies of #BDBB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB4C

Black with #BDBB4C

Text Example


Text Example

White with #BDBB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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