Html Css Color HEX #BBCC42 Celery

📋 copy color: '#BBCC42'

red 187 ◦ green 204 ◦ blue 66

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

Shades of Celery #BBCC42

Tints of Celery #BBCC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.44%

R = 40.92%
G = 44.64%
B = 14.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#BBCC42 (or 0xBBCC42) is known color: Celery. HEX triplet: BB, CC and 42. RGB value is (187,204,66). Sum of RGB (Red+Green+Blue) = 187+204+66=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC42 is #4433BD. Grayscale: #B7B7B7. Windows color (decimal): -4469694 or 4377787. OLE color: 4377787.

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

Color convert

RGB 187 204 66 -
CMYK 0.08 0 0.68 0.2
HSL 67.39º 0.58% 0.53% -
HSV(B) 67.39º 0.68% 0.8% -
XYZ 43.07 54.14 13.34 -
YUV 183.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 187 204 66 0.08 0 0.68 0.2 67.39 0.58 0.53
Hex BB CC 42 8 0 44 14 43 3A 35
Octal 273 314 102 10 0 104 24 103 72 65
Binary 10111011 11001100 1000010 1000 0 1000100 10100 1000011 111010 110101

Color Harmonies of #BBCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC42

Black with #BBCC42

Text Example


Text Example

White with #BBCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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