Html Css Color HEX #BBC248 Celery

📋 copy color: '#BBC248'

red 187 ◦ green 194 ◦ blue 72

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

Shades of Celery #BBC248

Tints of Celery #BBC248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

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

R = 41.28%
G = 42.83%
B = 15.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#BBC248 (or 0xBBC248) is known color: Celery. HEX triplet: BB, C2 and 48. RGB value is (187,194,72). Sum of RGB (Red+Green+Blue) = 187+194+72=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC248 is #443DB7. Grayscale: #B2B2B2. Windows color (decimal): -4472248 or 4768443. OLE color: 4768443.

HSL color Cylindrical-coordinate representation of color #BBC248: hue angle of 63.44º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBC248 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 72 -
CMYK 0.04 0 0.63 0.24
HSL 63.44º 0.5% 0.52% -
HSV(B) 63.44º 0.63% 0.76% -
XYZ 40.96 49.62 13.55 -
YUV 178 68.18 134.42 -
System Red Green Blue C M Y K H S L
Decimal 187 194 72 0.04 0 0.63 0.24 63.44 0.5 0.52
Hex BB C2 48 4 0 3F 18 3F 32 34
Octal 273 302 110 4 0 77 30 77 62 64
Binary 10111011 11000010 1001000 100 0 111111 11000 111111 110010 110100

Color Harmonies of #BBC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC248

Black with #BBC248

Text Example


Text Example

White with #BBC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC248; }

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

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

background-color css

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

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

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

border-color css

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

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

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