Html Css Color HEX #B2D924 Inch Worm

📋 copy color: '#B2D924'

red 178 ◦ green 217 ◦ blue 36

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

Shades of Inch Worm #B2D924

Tints of Inch Worm #B2D924

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.35%

 BLUE value IS 36 (14.45% from 255) = 8.35%

R = 41.3%
G = 50.35%
B = 8.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#B2D924 (or 0xB2D924) is known color: Inch Worm. HEX triplet: B2, D9 and 24. RGB value is (178,217,36). Sum of RGB (Red+Green+Blue) = 178+217+36=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D924 is #4D26DB. Grayscale: #B9B9B9. Windows color (decimal): -5056220 or 2415026. OLE color: 2415026.

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

Color convert

RGB 178 217 36 -
CMYK 0.18 0 0.83 0.15
HSL 72.93º 0.72% 0.5% -
HSV(B) 72.93º 0.83% 0.85% -
XYZ 43.49 59.22 10.81 -
YUV 184.71 44.08 123.22 -
System Red Green Blue C M Y K H S L
Decimal 178 217 36 0.18 0 0.83 0.15 72.93 0.72 0.5
Hex B2 D9 24 12 0 53 F 49 48 32
Octal 262 331 44 22 0 123 17 111 110 62
Binary 10110010 11011001 100100 10010 0 1010011 1111 1001001 1001000 110010

Color Harmonies of #B2D924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D924

Black with #B2D924

Text Example


Text Example

White with #B2D924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D924; }

 p { color: rgb(178,217,36); }

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

background-color css

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

 a { background-color: rgb(178,217,36); }

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

border-color css

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

 span { border-color: rgb(178,217,36); }

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