Html Css Color HEX #BBBF48 Celery

📋 copy color: '#BBBF48'

red 187 ◦ green 191 ◦ blue 72

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

Shades of Celery #BBBF48

Tints of Celery #BBBF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16%

R = 41.56%
G = 42.44%
B = 16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BBBF48 (or 0xBBBF48) is known color: Celery. HEX triplet: BB, BF and 48. RGB value is (187,191,72). Sum of RGB (Red+Green+Blue) = 187+191+72=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBF48 is #4440B7. Grayscale: #B0B0B0. Windows color (decimal): -4473016 or 4767675. OLE color: 4767675.

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

Color convert

RGB 187 191 72 -
CMYK 0.02 0 0.62 0.25
HSL 62.02º 0.48% 0.52% -
HSV(B) 62.02º 0.62% 0.75% -
XYZ 40.29 48.29 13.33 -
YUV 176.24 69.17 135.68 -
System Red Green Blue C M Y K H S L
Decimal 187 191 72 0.02 0 0.62 0.25 62.02 0.48 0.52
Hex BB BF 48 2 0 3E 19 3E 30 34
Octal 273 277 110 2 0 76 31 76 60 64
Binary 10111011 10111111 1001000 10 0 111110 11001 111110 110000 110100

Color Harmonies of #BBBF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF48

Black with #BBBF48

Text Example


Text Example

White with #BBBF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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