Html Css Color HEX #BDE10C Inch Worm

📋 copy color: '#BDE10C'

red 189 ◦ green 225 ◦ blue 12

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

Shades of Inch Worm #BDE10C

Tints of Inch Worm #BDE10C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.82%

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

R = 44.37%
G = 52.82%
B = 2.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#BDE10C (or 0xBDE10C) is known color: Inch Worm. HEX triplet: BD, E1 and 0C. RGB value is (189,225,12). Sum of RGB (Red+Green+Blue) = 189+225+12=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE10C is #421EF3. Grayscale: #BEBEBE. Windows color (decimal): -4333300 or 844221. OLE color: 844221.

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

Color convert

RGB 189 225 12 -
CMYK 0.16 0 0.95 0.12
HSL 70.14º 0.9% 0.46% -
HSV(B) 70.14º 0.95% 0.88% -
XYZ 47.98 64.7 10.31 -
YUV 189.95 27.57 127.32 -
System Red Green Blue C M Y K H S L
Decimal 189 225 12 0.16 0 0.95 0.12 70.14 0.9 0.46
Hex BD E1 C 10 0 5F C 46 5A 2E
Octal 275 341 14 20 0 137 14 106 132 56
Binary 10111101 11100001 1100 10000 0 1011111 1100 1000110 1011010 101110

Color Harmonies of #BDE10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE10C

Black with #BDE10C

Text Example


Text Example

White with #BDE10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE10C; }

 p { color: rgb(189,225,12); }

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

background-color css

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

 a { background-color: rgb(189,225,12); }

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

border-color css

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

 span { border-color: rgb(189,225,12); }

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