Html Css Color HEX #BBC555 Celery

📋 copy color: '#BBC555'

red 187 ◦ green 197 ◦ blue 85

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

Shades of Celery #BBC555

Tints of Celery #BBC555

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42%

 BLUE value IS 85 (33.59% from 255) = 18.12%

R = 39.87%
G = 42%
B = 18.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#BBC555 (or 0xBBC555) is known color: Celery. HEX triplet: BB, C5 and 55. RGB value is (187,197,85). Sum of RGB (Red+Green+Blue) = 187+197+85=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC555 is #443AAA. Grayscale: #B5B5B5. Windows color (decimal): -4471467 or 5621179. OLE color: 5621179.

HSL color Cylindrical-coordinate representation of color #BBC555: hue angle of 65.36º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBC555 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 85 -
CMYK 0.05 0 0.57 0.23
HSL 65.36º 0.49% 0.55% -
HSV(B) 65.36º 0.57% 0.77% -
XYZ 42.1 51.15 16.25 -
YUV 181.24 73.69 132.11 -
System Red Green Blue C M Y K H S L
Decimal 187 197 85 0.05 0 0.57 0.23 65.36 0.49 0.55
Hex BB C5 55 5 0 39 17 41 31 37
Octal 273 305 125 5 0 71 27 101 61 67
Binary 10111011 11000101 1010101 101 0 111001 10111 1000001 110001 110111

Color Harmonies of #BBC555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC555

Black with #BBC555

Text Example


Text Example

White with #BBC555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC555; }

 p { color: rgb(187,197,85); }

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

background-color css

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

 a { background-color: rgb(187,197,85); }

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

border-color css

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

 span { border-color: rgb(187,197,85); }

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