Html Css Color HEX #BBF60E Inch Worm

📋 copy color: '#BBF60E'

red 187 ◦ green 246 ◦ blue 14

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

Shades of Inch Worm #BBF60E

Tints of Inch Worm #BBF60E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.03%

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 41.83%
G = 55.03%
B = 3.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#BBF60E (or 0xBBF60E) is known color: Inch Worm. HEX triplet: BB, F6 and 0E. RGB value is (187,246,14). Sum of RGB (Red+Green+Blue) = 187+246+14=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 246 (96.48% from 255 or 55.03% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF60E is #4409F1. Grayscale: #CACACA. Windows color (decimal): -4458994 or 980667. OLE color: 980667.

HSL color Cylindrical-coordinate representation of color #BBF60E: hue angle of 75.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBF60E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 246 14 -
CMYK 0.24 0 0.94 0.04
HSL 75.26º 0.93% 0.51% -
HSV(B) 75.26º 0.94% 0.96% -
XYZ 53.53 76.51 12.36 -
YUV 201.91 21.95 117.36 -
System Red Green Blue C M Y K H S L
Decimal 187 246 14 0.24 0 0.94 0.04 75.26 0.93 0.51
Hex BB F6 E 18 0 5E 4 4B 5D 33
Octal 273 366 16 30 0 136 4 113 135 63
Binary 10111011 11110110 1110 11000 0 1011110 100 1001011 1011101 110011

Color Harmonies of #BBF60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF60E

Black with #BBF60E

Text Example


Text Example

White with #BBF60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF60E; }

 p { color: rgb(187,246,14); }

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

background-color css

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

 a { background-color: rgb(187,246,14); }

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

border-color css

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

 span { border-color: rgb(187,246,14); }

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