Html Css Color HEX #BBE814 Inch Worm

📋 copy color: '#BBE814'

red 187 ◦ green 232 ◦ blue 20

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

Shades of Inch Worm #BBE814

Tints of Inch Worm #BBE814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.85%

 BLUE value IS 20 (8.2% from 255) = 4.56%

R = 42.6%
G = 52.85%
B = 4.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#BBE814 (or 0xBBE814) is known color: Inch Worm. HEX triplet: BB, E8 and 14. RGB value is (187,232,20). Sum of RGB (Red+Green+Blue) = 187+232+20=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE814 is #4417EB. Grayscale: #C3C3C3. Windows color (decimal): -4462572 or 1370299. OLE color: 1370299.

HSL color Cylindrical-coordinate representation of color #BBE814: hue angle of 72.74º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBE814 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 232 20 -
CMYK 0.19 0 0.91 0.09
HSL 72.74º 0.84% 0.49% -
HSV(B) 72.74º 0.91% 0.91% -
XYZ 49.48 68.33 11.24 -
YUV 194.38 29.59 122.74 -
System Red Green Blue C M Y K H S L
Decimal 187 232 20 0.19 0 0.91 0.09 72.74 0.84 0.49
Hex BB E8 14 13 0 5B 9 49 54 31
Octal 273 350 24 23 0 133 11 111 124 61
Binary 10111011 11101000 10100 10011 0 1011011 1001 1001001 1010100 110001

Color Harmonies of #BBE814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE814

Black with #BBE814

Text Example


Text Example

White with #BBE814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE814; }

 p { color: rgb(187,232,20); }

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

background-color css

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

 a { background-color: rgb(187,232,20); }

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

border-color css

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

 span { border-color: rgb(187,232,20); }

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