Html Css Color HEX #BBC950 Celery

📋 copy color: '#BBC950'

red 187 ◦ green 201 ◦ blue 80

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

Shades of Celery #BBC950

Tints of Celery #BBC950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.95%

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

R = 39.96%
G = 42.95%
B = 17.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#BBC950 (or 0xBBC950) is known color: Celery. HEX triplet: BB, C9 and 50. RGB value is (187,201,80). Sum of RGB (Red+Green+Blue) = 187+201+80=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC950 is #4436AF. Grayscale: #B7B7B7. Windows color (decimal): -4470448 or 5294523. OLE color: 5294523.

HSL color Cylindrical-coordinate representation of color #BBC950: hue angle of 66.94º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBC950 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 80 -
CMYK 0.07 0 0.60 0.21
HSL 66.94º 0.53% 0.55% -
HSV(B) 66.94º 0.6% 0.79% -
XYZ 42.83 52.92 15.55 -
YUV 183.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 187 201 80 0.07 0 0.60 0.21 66.94 0.53 0.55
Hex BB C9 50 7 0 3C 15 43 35 37
Octal 273 311 120 7 0 74 25 103 65 67
Binary 10111011 11001001 1010000 111 0 111100 10101 1000011 110101 110111

Color Harmonies of #BBC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC950

Black with #BBC950

Text Example


Text Example

White with #BBC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC950; }

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

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

background-color css

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

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

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

border-color css

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

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

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