Html Css Color HEX #BBBF40 Celery

📋 copy color: '#BBBF40'

red 187 ◦ green 191 ◦ blue 64

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

Shades of Celery #BBBF40

Tints of Celery #BBBF40

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BBBF40: hue angle of 61.89º 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 #BBBF40 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 191 64 -
CMYK 0.02 0 0.66 0.25
HSL 61.89º 0.5% 0.5% -
HSV(B) 61.89º 0.66% 0.75% -
XYZ 40.05 48.2 12.04 -
YUV 175.33 65.17 136.33 -
System Red Green Blue C M Y K H S L
Decimal 187 191 64 0.02 0 0.66 0.25 61.89 0.5 0.5
Hex BB BF 40 2 0 42 19 3E 32 32
Octal 273 277 100 2 0 102 31 76 62 62
Binary 10111011 10111111 1000000 10 0 1000010 11001 111110 110010 110010

Color Harmonies of #BBBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF40

Black with #BBBF40

Text Example


Text Example

White with #BBBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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