Html Css Color HEX #BBCC40 Celery

📋 copy color: '#BBCC40'

red 187 ◦ green 204 ◦ blue 64

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

Shades of Celery #BBCC40

Tints of Celery #BBCC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 41.1%
G = 44.84%
B = 14.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#BBCC40 (or 0xBBCC40) is known color: Celery. HEX triplet: BB, CC and 40. RGB value is (187,204,64). Sum of RGB (Red+Green+Blue) = 187+204+64=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC40 is #4433BF. Grayscale: #B7B7B7. Windows color (decimal): -4469696 or 4246715. OLE color: 4246715.

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

Color convert

RGB 187 204 64 -
CMYK 0.08 0 0.69 0.2
HSL 67.29º 0.58% 0.53% -
HSV(B) 67.29º 0.69% 0.8% -
XYZ 43.01 54.12 13.03 -
YUV 182.96 60.87 130.88 -
System Red Green Blue C M Y K H S L
Decimal 187 204 64 0.08 0 0.69 0.2 67.29 0.58 0.53
Hex BB CC 40 8 0 45 14 43 3A 35
Octal 273 314 100 10 0 105 24 103 72 65
Binary 10111011 11001100 1000000 1000 0 1000101 10100 1000011 111010 110101

Color Harmonies of #BBCC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC40

Black with #BBCC40

Text Example


Text Example

White with #BBCC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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