Html Css Color HEX #BBCC50 Celery

📋 copy color: '#BBCC50'

red 187 ◦ green 204 ◦ blue 80

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

Shades of Celery #BBCC50

Tints of Celery #BBCC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.31%

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

R = 39.7%
G = 43.31%
B = 16.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#BBCC50 (or 0xBBCC50) is known color: Celery. HEX triplet: BB, CC and 50. RGB value is (187,204,80). Sum of RGB (Red+Green+Blue) = 187+204+80=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC50 is #4433AF. Grayscale: #B9B9B9. Windows color (decimal): -4469680 or 5295291. OLE color: 5295291.

HSL color Cylindrical-coordinate representation of color #BBCC50: hue angle of 68.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBCC50 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 80 -
CMYK 0.08 0 0.61 0.2
HSL 68.23º 0.55% 0.56% -
HSV(B) 68.23º 0.61% 0.8% -
XYZ 43.53 54.33 15.78 -
YUV 184.78 68.87 129.58 -
System Red Green Blue C M Y K H S L
Decimal 187 204 80 0.08 0 0.61 0.2 68.23 0.55 0.56
Hex BB CC 50 8 0 3D 14 44 37 38
Octal 273 314 120 10 0 75 24 104 67 70
Binary 10111011 11001100 1010000 1000 0 111101 10100 1000100 110111 111000

Color Harmonies of #BBCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC50

Black with #BBCC50

Text Example


Text Example

White with #BBCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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