Html Css Color HEX #BBEF10 Inch Worm

📋 copy color: '#BBEF10'

red 187 ◦ green 239 ◦ blue 16

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

Shades of Inch Worm #BBEF10

Tints of Inch Worm #BBEF10

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.07%

 BLUE value IS 16 (6.64% from 255) = 3.62%

R = 42.31%
G = 54.07%
B = 3.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#BBEF10 (or 0xBBEF10) is known color: Inch Worm. HEX triplet: BB, EF and 10. RGB value is (187,239,16). Sum of RGB (Red+Green+Blue) = 187+239+16=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEF10 is #4410EF. Grayscale: #C6C6C6. Windows color (decimal): -4460784 or 1109947. OLE color: 1109947.

HSL color Cylindrical-coordinate representation of color #BBEF10: hue angle of 73.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBEF10 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 16 -
CMYK 0.22 0 0.93 0.06
HSL 73.99º 0.87% 0.5% -
HSV(B) 73.99º 0.93% 0.94% -
XYZ 51.45 72.34 11.74 -
YUV 198.03 25.27 120.13 -
System Red Green Blue C M Y K H S L
Decimal 187 239 16 0.22 0 0.93 0.06 73.99 0.87 0.5
Hex BB EF 10 16 0 5D 6 4A 57 32
Octal 273 357 20 26 0 135 6 112 127 62
Binary 10111011 11101111 10000 10110 0 1011101 110 1001010 1010111 110010

Color Harmonies of #BBEF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEF10

Black with #BBEF10

Text Example


Text Example

White with #BBEF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEF10; }

 p { color: rgb(187,239,16); }

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

background-color css

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

 a { background-color: rgb(187,239,16); }

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

border-color css

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

 span { border-color: rgb(187,239,16); }

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