Html Css Color HEX #B2DA0E Inch Worm

📋 copy color: '#B2DA0E'

red 178 ◦ green 218 ◦ blue 14

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

Shades of Inch Worm #B2DA0E

Tints of Inch Worm #B2DA0E

RGB

 RED value IS 178 (69.92% from 255) = 43.41%

 GREEN value IS 218 (85.55% from 255) = 53.17%

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

R = 43.41%
G = 53.17%
B = 3.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#B2DA0E (or 0xB2DA0E) is known color: Inch Worm. HEX triplet: B2, DA and 0E. RGB value is (178,218,14). Sum of RGB (Red+Green+Blue) = 178+218+14=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA0E is #4D25F1. Grayscale: #B7B7B7. Windows color (decimal): -5055986 or 973490. OLE color: 973490.

HSL color Cylindrical-coordinate representation of color #B2DA0E: hue angle of 71.76º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2DA0E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 14 -
CMYK 0.18 0 0.94 0.15
HSL 71.76º 0.88% 0.45% -
HSV(B) 71.76º 0.94% 0.85% -
XYZ 43.51 59.64 9.63 -
YUV 182.78 32.75 124.59 -
System Red Green Blue C M Y K H S L
Decimal 178 218 14 0.18 0 0.94 0.15 71.76 0.88 0.45
Hex B2 DA E 12 0 5E F 48 58 2D
Octal 262 332 16 22 0 136 17 110 130 55
Binary 10110010 11011010 1110 10010 0 1011110 1111 1001000 1011000 101101

Color Harmonies of #B2DA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA0E

Black with #B2DA0E

Text Example


Text Example

White with #B2DA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA0E; }

 p { color: rgb(178,218,14); }

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

background-color css

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

 a { background-color: rgb(178,218,14); }

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

border-color css

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

 span { border-color: rgb(178,218,14); }

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