Html Css Color HEX #BDE212 Inch Worm

📋 copy color: '#BDE212'

red 189 ◦ green 226 ◦ blue 18

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

Shades of Inch Worm #BDE212

Tints of Inch Worm #BDE212

RGB

 RED value IS 189 (74.22% from 255) = 43.65%

 GREEN value IS 226 (88.67% from 255) = 52.19%

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

R = 43.65%
G = 52.19%
B = 4.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#BDE212 (or 0xBDE212) is known color: Inch Worm. HEX triplet: BD, E2 and 12. RGB value is (189,226,18). Sum of RGB (Red+Green+Blue) = 189+226+18=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE212 is #421DED. Grayscale: #C0C0C0. Windows color (decimal): -4333038 or 1237693. OLE color: 1237693.

HSL color Cylindrical-coordinate representation of color #BDE212: hue angle of 70.67º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDE212 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 18 -
CMYK 0.16 0 0.92 0.11
HSL 70.67º 0.85% 0.48% -
HSV(B) 70.67º 0.92% 0.89% -
XYZ 48.29 65.26 10.62 -
YUV 191.23 30.24 126.41 -
System Red Green Blue C M Y K H S L
Decimal 189 226 18 0.16 0 0.92 0.11 70.67 0.85 0.48
Hex BD E2 12 10 0 5C B 47 55 30
Octal 275 342 22 20 0 134 13 107 125 60
Binary 10111101 11100010 10010 10000 0 1011100 1011 1000111 1010101 110000

Color Harmonies of #BDE212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE212

Black with #BDE212

Text Example


Text Example

White with #BDE212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE212; }

 p { color: rgb(189,226,18); }

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

background-color css

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

 a { background-color: rgb(189,226,18); }

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

border-color css

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

 span { border-color: rgb(189,226,18); }

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