Html Css Color HEX #BBC150 Celery

📋 copy color: '#BBC150'

red 187 ◦ green 193 ◦ blue 80

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

Shades of Celery #BBC150

Tints of Celery #BBC150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

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

R = 40.65%
G = 41.96%
B = 17.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#BBC150 (or 0xBBC150) is known color: Celery. HEX triplet: BB, C1 and 50. RGB value is (187,193,80). Sum of RGB (Red+Green+Blue) = 187+193+80=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC150 is #443EAF. Grayscale: #B2B2B2. Windows color (decimal): -4472496 or 5292475. OLE color: 5292475.

HSL color Cylindrical-coordinate representation of color #BBC150: hue angle of 63.19º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBC150 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 80 -
CMYK 0.03 0 0.59 0.24
HSL 63.19º 0.48% 0.54% -
HSV(B) 63.19º 0.59% 0.76% -
XYZ 41.01 49.28 14.94 -
YUV 178.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 187 193 80 0.03 0 0.59 0.24 63.19 0.48 0.54
Hex BB C1 50 3 0 3B 18 3F 30 36
Octal 273 301 120 3 0 73 30 77 60 66
Binary 10111011 11000001 1010000 11 0 111011 11000 111111 110000 110110

Color Harmonies of #BBC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC150

Black with #BBC150

Text Example


Text Example

White with #BBC150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC150; }

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

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

background-color css

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

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

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

border-color css

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

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

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