Html Css Color HEX #B2D312 Inch Worm

📋 copy color: '#B2D312'

red 178 ◦ green 211 ◦ blue 18

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

Shades of Inch Worm #B2D312

Tints of Inch Worm #B2D312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.84%

 BLUE value IS 18 (7.42% from 255) = 4.42%

R = 43.73%
G = 51.84%
B = 4.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#B2D312 (or 0xB2D312) is known color: Inch Worm. HEX triplet: B2, D3 and 12. RGB value is (178,211,18). Sum of RGB (Red+Green+Blue) = 178+211+18=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D312 is #4D2CED. Grayscale: #B3B3B3. Windows color (decimal): -5057774 or 1233842. OLE color: 1233842.

HSL color Cylindrical-coordinate representation of color #B2D312: hue angle of 70.26º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2D312 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 211 18 -
CMYK 0.16 0 0.91 0.17
HSL 70.26º 0.84% 0.45% -
HSV(B) 70.26º 0.91% 0.83% -
XYZ 41.76 56.1 9.2 -
YUV 179.13 37.07 127.19 -
System Red Green Blue C M Y K H S L
Decimal 178 211 18 0.16 0 0.91 0.17 70.26 0.84 0.45
Hex B2 D3 12 10 0 5B 11 46 54 2D
Octal 262 323 22 20 0 133 21 106 124 55
Binary 10110010 11010011 10010 10000 0 1011011 10001 1000110 1010100 101101

Color Harmonies of #B2D312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D312

Black with #B2D312

Text Example


Text Example

White with #B2D312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D312; }

 p { color: rgb(178,211,18); }

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

background-color css

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

 a { background-color: rgb(178,211,18); }

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

border-color css

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

 span { border-color: rgb(178,211,18); }

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