Html Css Color HEX #BBC850 Celery

📋 copy color: '#BBC850'

red 187 ◦ green 200 ◦ blue 80

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

Shades of Celery #BBC850

Tints of Celery #BBC850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.83%

 BLUE value IS 80 (31.64% from 255) = 17.13%

R = 40.04%
G = 42.83%
B = 17.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#BBC850 (or 0xBBC850) is known color: Celery. HEX triplet: BB, C8 and 50. RGB value is (187,200,80). Sum of RGB (Red+Green+Blue) = 187+200+80=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC850 is #4437AF. Grayscale: #B6B6B6. Windows color (decimal): -4470704 or 5294267. OLE color: 5294267.

HSL color Cylindrical-coordinate representation of color #BBC850: hue angle of 66.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBC850 is Cyan = 0.06, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 80 -
CMYK 0.06 0 0.6 0.22
HSL 66.5º 0.52% 0.55% -
HSV(B) 66.5º 0.6% 0.78% -
XYZ 42.6 52.45 15.47 -
YUV 182.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 187 200 80 0.06 0 0.6 0.22 66.5 0.52 0.55
Hex BB C8 50 6 0 3C 16 42 34 37
Octal 273 310 120 6 0 74 26 102 64 67
Binary 10111011 11001000 1010000 110 0 111100 10110 1000010 110100 110111

Color Harmonies of #BBC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC850

Black with #BBC850

Text Example


Text Example

White with #BBC850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC850; }

 p { color: rgb(187,200,80); }

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

background-color css

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

 a { background-color: rgb(187,200,80); }

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

border-color css

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

 span { border-color: rgb(187,200,80); }

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