Html Css Color HEX #B2D61D Inch Worm

📋 copy color: '#B2D61D'

red 178 ◦ green 214 ◦ blue 29

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

Shades of Inch Worm #B2D61D

Tints of Inch Worm #B2D61D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.83%

 BLUE value IS 29 (11.72% from 255) = 6.89%

R = 42.28%
G = 50.83%
B = 6.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#B2D61D (or 0xB2D61D) is known color: Inch Worm. HEX triplet: B2, D6 and 1D. RGB value is (178,214,29). Sum of RGB (Red+Green+Blue) = 178+214+29=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D61D is #4D29E2. Grayscale: #B6B6B6. Windows color (decimal): -5056995 or 1955506. OLE color: 1955506.

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

Color convert

RGB 178 214 29 -
CMYK 0.17 0 0.86 0.16
HSL 71.68º 0.76% 0.48% -
HSV(B) 71.68º 0.86% 0.84% -
XYZ 42.63 57.65 10.04 -
YUV 182.15 41.57 125.04 -
System Red Green Blue C M Y K H S L
Decimal 178 214 29 0.17 0 0.86 0.16 71.68 0.76 0.48
Hex B2 D6 1D 11 0 56 10 48 4C 30
Octal 262 326 35 21 0 126 20 110 114 60
Binary 10110010 11010110 11101 10001 0 1010110 10000 1001000 1001100 110000

Color Harmonies of #B2D61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D61D

Black with #B2D61D

Text Example


Text Example

White with #B2D61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D61D; }

 p { color: rgb(178,214,29); }

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

background-color css

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

 a { background-color: rgb(178,214,29); }

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

border-color css

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

 span { border-color: rgb(178,214,29); }

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