Html Css Color HEX #BBEF0E Inch Worm

📋 copy color: '#BBEF0E'

red 187 ◦ green 239 ◦ blue 14

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

Shades of Inch Worm #BBEF0E

Tints of Inch Worm #BBEF0E

RGB

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

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

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

R = 42.5%
G = 54.32%
B = 3.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#BBEF0E (or 0xBBEF0E) is known color: Inch Worm. HEX triplet: BB, EF and 0E. RGB value is (187,239,14). Sum of RGB (Red+Green+Blue) = 187+239+14=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEF0E is #4410F1. Grayscale: #C6C6C6. Windows color (decimal): -4460786 or 978875. OLE color: 978875.

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

Color convert

RGB 187 239 14 -
CMYK 0.22 0 0.94 0.06
HSL 73.87º 0.89% 0.5% -
HSV(B) 73.87º 0.94% 0.94% -
XYZ 51.44 72.33 11.67 -
YUV 197.8 24.27 120.3 -
System Red Green Blue C M Y K H S L
Decimal 187 239 14 0.22 0 0.94 0.06 73.87 0.89 0.5
Hex BB EF E 16 0 5E 6 4A 59 32
Octal 273 357 16 26 0 136 6 112 131 62
Binary 10111011 11101111 1110 10110 0 1011110 110 1001010 1011001 110010

Color Harmonies of #BBEF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEF0E

Black with #BBEF0E

Text Example


Text Example

White with #BBEF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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