Html Css Color HEX #BDDC0E Inch Worm

📋 copy color: '#BDDC0E'

red 189 ◦ green 220 ◦ blue 14

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

Shades of Inch Worm #BDDC0E

Tints of Inch Worm #BDDC0E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.01%

 BLUE value IS 14 (5.86% from 255) = 3.31%

R = 44.68%
G = 52.01%
B = 3.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#BDDC0E (or 0xBDDC0E) is known color: Inch Worm. HEX triplet: BD, DC and 0E. RGB value is (189,220,14). Sum of RGB (Red+Green+Blue) = 189+220+14=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC0E is #4223F1. Grayscale: #BCBCBC. Windows color (decimal): -4334578 or 974013. OLE color: 974013.

HSL color Cylindrical-coordinate representation of color #BDDC0E: hue angle of 69.03º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDDC0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 14 -
CMYK 0.14 0 0.94 0.14
HSL 69.03º 0.88% 0.46% -
HSV(B) 69.03º 0.94% 0.86% -
XYZ 46.66 62.04 9.93 -
YUV 187.25 30.23 129.25 -
System Red Green Blue C M Y K H S L
Decimal 189 220 14 0.14 0 0.94 0.14 69.03 0.88 0.46
Hex BD DC E E 0 5E E 45 58 2E
Octal 275 334 16 16 0 136 16 105 130 56
Binary 10111101 11011100 1110 1110 0 1011110 1110 1000101 1011000 101110

Color Harmonies of #BDDC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC0E

Black with #BDDC0E

Text Example


Text Example

White with #BDDC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC0E; }

 p { color: rgb(189,220,14); }

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

background-color css

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

 a { background-color: rgb(189,220,14); }

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

border-color css

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

 span { border-color: rgb(189,220,14); }

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