Html Css Color HEX #B1DE0C Inch Worm

📋 copy color: '#B1DE0C'

red 177 ◦ green 222 ◦ blue 12

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

Shades of Inch Worm #B1DE0C

Tints of Inch Worm #B1DE0C

RGB

 RED value IS 177 (69.53% from 255) = 43.07%

 GREEN value IS 222 (87.11% from 255) = 54.01%

 BLUE value IS 12 (5.08% from 255) = 2.92%

R = 43.07%
G = 54.01%
B = 2.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#B1DE0C (or 0xB1DE0C) is known color: Inch Worm. HEX triplet: B1, DE and 0C. RGB value is (177,222,12). Sum of RGB (Red+Green+Blue) = 177+222+12=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 222 (87.11% from 255 or 54.01% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DE0C is #4E21F3. Grayscale: #B9B9B9. Windows color (decimal): -5120500 or 843441. OLE color: 843441.

HSL color Cylindrical-coordinate representation of color #B1DE0C: hue angle of 72.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1DE0C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 222 12 -
CMYK 0.20 0 0.95 0.13
HSL 72.86º 0.9% 0.46% -
HSV(B) 72.86º 0.95% 0.87% -
XYZ 44.32 61.62 9.91 -
YUV 184.61 30.59 122.58 -
System Red Green Blue C M Y K H S L
Decimal 177 222 12 0.20 0 0.95 0.13 72.86 0.9 0.46
Hex B1 DE C 14 0 5F D 49 5A 2E
Octal 261 336 14 24 0 137 15 111 132 56
Binary 10110001 11011110 1100 10100 0 1011111 1101 1001001 1011010 101110

Color Harmonies of #B1DE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE0C

Black with #B1DE0C

Text Example


Text Example

White with #B1DE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE0C; }

 p { color: rgb(177,222,12); }

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

background-color css

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

 a { background-color: rgb(177,222,12); }

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

border-color css

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

 span { border-color: rgb(177,222,12); }

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