Html Css Color HEX #BDDC16 Inch Worm

📋 copy color: '#BDDC16'

red 189 ◦ green 220 ◦ blue 22

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

Shades of Inch Worm #BDDC16

Tints of Inch Worm #BDDC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.1%

R = 43.85%
G = 51.04%
B = 5.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#BDDC16 (or 0xBDDC16) is known color: Inch Worm. HEX triplet: BD, DC and 16. RGB value is (189,220,22). Sum of RGB (Red+Green+Blue) = 189+220+22=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC16 is #4223E9. Grayscale: #BCBCBC. Windows color (decimal): -4334570 or 1498301. OLE color: 1498301.

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

Color convert

RGB 189 220 22 -
CMYK 0.14 0 0.9 0.14
HSL 69.39º 0.82% 0.47% -
HSV(B) 69.39º 0.9% 0.86% -
XYZ 46.72 62.06 10.28 -
YUV 188.16 34.23 128.6 -
System Red Green Blue C M Y K H S L
Decimal 189 220 22 0.14 0 0.9 0.14 69.39 0.82 0.47
Hex BD DC 16 E 0 5A E 45 52 2F
Octal 275 334 26 16 0 132 16 105 122 57
Binary 10111101 11011100 10110 1110 0 1011010 1110 1000101 1010010 101111

Color Harmonies of #BDDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC16

Black with #BDDC16

Text Example


Text Example

White with #BDDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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