Html Css Color HEX #BBE00C Inch Worm

📋 copy color: '#BBE00C'

red 187 ◦ green 224 ◦ blue 12

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

Shades of Inch Worm #BBE00C

Tints of Inch Worm #BBE00C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.96%

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 44.21%
G = 52.96%
B = 2.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#BBE00C (or 0xBBE00C) is known color: Inch Worm. HEX triplet: BB, E0 and 0C. RGB value is (187,224,12). Sum of RGB (Red+Green+Blue) = 187+224+12=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE00C is #441FF3. Grayscale: #BDBDBD. Windows color (decimal): -4464628 or 843963. OLE color: 843963.

HSL color Cylindrical-coordinate representation of color #BBE00C: hue angle of 70.47º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBE00C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 12 -
CMYK 0.17 0 0.95 0.12
HSL 70.47º 0.9% 0.46% -
HSV(B) 70.47º 0.95% 0.88% -
XYZ 47.22 63.9 10.19 -
YUV 188.77 28.24 126.74 -
System Red Green Blue C M Y K H S L
Decimal 187 224 12 0.17 0 0.95 0.12 70.47 0.9 0.46
Hex BB E0 C 11 0 5F C 46 5A 2E
Octal 273 340 14 21 0 137 14 106 132 56
Binary 10111011 11100000 1100 10001 0 1011111 1100 1000110 1011010 101110

Color Harmonies of #BBE00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE00C

Black with #BBE00C

Text Example


Text Example

White with #BBE00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE00C; }

 p { color: rgb(187,224,12); }

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

background-color css

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

 a { background-color: rgb(187,224,12); }

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

border-color css

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

 span { border-color: rgb(187,224,12); }

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