Html Css Color HEX #BBE10C Inch Worm

📋 copy color: '#BBE10C'

red 187 ◦ green 225 ◦ blue 12

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

Shades of Inch Worm #BBE10C

Tints of Inch Worm #BBE10C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.07%

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

R = 44.1%
G = 53.07%
B = 2.83%

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

#BBE10C (or 0xBBE10C) is known color: Inch Worm. HEX triplet: BB, E1 and 0C. RGB value is (187,225,12). Sum of RGB (Red+Green+Blue) = 187+225+12=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE10C is #441EF3. Grayscale: #BEBEBE. Windows color (decimal): -4464372 or 844219. OLE color: 844219.

HSL color Cylindrical-coordinate representation of color #BBE10C: hue angle of 70.7º 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 #BBE10C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 12 -
CMYK 0.17 0 0.95 0.12
HSL 70.7º 0.9% 0.46% -
HSV(B) 70.7º 0.95% 0.88% -
XYZ 47.49 64.44 10.28 -
YUV 189.36 27.91 126.32 -
System Red Green Blue C M Y K H S L
Decimal 187 225 12 0.17 0 0.95 0.12 70.7 0.9 0.46
Hex BB E1 C 11 0 5F C 47 5A 2E
Octal 273 341 14 21 0 137 14 107 132 56
Binary 10111011 11100001 1100 10001 0 1011111 1100 1000111 1011010 101110

Color Harmonies of #BBE10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE10C

Black with #BBE10C

Text Example


Text Example

White with #BBE10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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