Html Css Color HEX #BDE006 Inch Worm

📋 copy color: '#BDE006'

red 189 ◦ green 224 ◦ blue 6

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

Shades of Inch Worm #BDE006

Tints of Inch Worm #BDE006

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.46%

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 45.11%
G = 53.46%
B = 1.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#BDE006 (or 0xBDE006) is known color: Inch Worm. HEX triplet: BD, E0 and 06. RGB value is (189,224,6). Sum of RGB (Red+Green+Blue) = 189+224+6=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE006 is #421FF9. Grayscale: #BDBDBD. Windows color (decimal): -4333562 or 450749. OLE color: 450749.

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

Color convert

RGB 189 224 6 -
CMYK 0.16 0 0.97 0.12
HSL 69.63º 0.95% 0.45% -
HSV(B) 69.63º 0.97% 0.88% -
XYZ 47.67 64.14 10.04 -
YUV 188.68 24.9 128.23 -
System Red Green Blue C M Y K H S L
Decimal 189 224 6 0.16 0 0.97 0.12 69.63 0.95 0.45
Hex BD E0 6 10 0 61 C 46 5F 2D
Octal 275 340 6 20 0 141 14 106 137 55
Binary 10111101 11100000 110 10000 0 1100001 1100 1000110 1011111 101101

Color Harmonies of #BDE006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE006

Black with #BDE006

Text Example


Text Example

White with #BDE006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE006; }

 p { color: rgb(189,224,6); }

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

background-color css

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

 a { background-color: rgb(189,224,6); }

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

border-color css

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

 span { border-color: rgb(189,224,6); }

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