Html Css Color HEX #BFBB40 Celery

📋 copy color: '#BFBB40'

red 191 ◦ green 187 ◦ blue 64

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

Shades of Celery #BFBB40

Tints of Celery #BFBB40

RGB

 RED value IS 191 (75% from 255) = 43.21%

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

 BLUE value IS 64 (25.39% from 255) = 14.48%

R = 43.21%
G = 42.31%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFBB40 (or 0xBFBB40) is known color: Celery. HEX triplet: BF, BB and 40. RGB value is (191,187,64). Sum of RGB (Red+Green+Blue) = 191+187+64=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB40 is #4044BF. Grayscale: #AEAEAE. Windows color (decimal): -4211904 or 4242367. OLE color: 4242367.

HSL color Cylindrical-coordinate representation of color #BFBB40: hue angle of 58.11º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFBB40 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 64 -
CMYK 0 0.02 0.66 0.25
HSL 58.11º 0.5% 0.5% -
HSV(B) 58.11º 0.66% 0.75% -
XYZ 40.18 46.99 11.8 -
YUV 174.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 191 187 64 0 0.02 0.66 0.25 58.11 0.5 0.5
Hex BF BB 40 0 2 42 19 3A 32 32
Octal 277 273 100 0 2 102 31 72 62 62
Binary 10111111 10111011 1000000 0 10 1000010 11001 111010 110010 110010

Color Harmonies of #BFBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB40

Black with #BFBB40

Text Example


Text Example

White with #BFBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB40; }

 p { color: rgb(191,187,64); }

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

background-color css

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

 a { background-color: rgb(191,187,64); }

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

border-color css

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

 span { border-color: rgb(191,187,64); }

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