Html Css Color HEX #BBC048 Celery

📋 copy color: '#BBC048'

red 187 ◦ green 192 ◦ blue 72

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

Shades of Celery #BBC048

Tints of Celery #BBC048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

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

R = 41.46%
G = 42.57%
B = 15.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BBC048 (or 0xBBC048) is known color: Celery. HEX triplet: BB, C0 and 48. RGB value is (187,192,72). Sum of RGB (Red+Green+Blue) = 187+192+72=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC048 is #443FB7. Grayscale: #B1B1B1. Windows color (decimal): -4472760 or 4767931. OLE color: 4767931.

HSL color Cylindrical-coordinate representation of color #BBC048: hue angle of 62.5º degrees, saturation: 0.49, 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 #BBC048 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 72 -
CMYK 0.03 0 0.63 0.25
HSL 62.5º 0.49% 0.52% -
HSV(B) 62.5º 0.63% 0.75% -
XYZ 40.51 48.73 13.4 -
YUV 176.83 68.84 135.26 -
System Red Green Blue C M Y K H S L
Decimal 187 192 72 0.03 0 0.63 0.25 62.5 0.49 0.52
Hex BB C0 48 3 0 3F 19 3F 31 34
Octal 273 300 110 3 0 77 31 77 61 64
Binary 10111011 11000000 1001000 11 0 111111 11001 111111 110001 110100

Color Harmonies of #BBC048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC048

Black with #BBC048

Text Example


Text Example

White with #BBC048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC048; }

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

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

background-color css

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

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

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

border-color css

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

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

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