Html Css Color HEX #BDDF16 Inch Worm

📋 copy color: '#BDDF16'

red 189 ◦ green 223 ◦ blue 22

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

Shades of Inch Worm #BDDF16

Tints of Inch Worm #BDDF16

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.38%

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

R = 43.55%
G = 51.38%
B = 5.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#BDDF16 (or 0xBDDF16) is known color: Inch Worm. HEX triplet: BD, DF and 16. RGB value is (189,223,22). Sum of RGB (Red+Green+Blue) = 189+223+22=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDF16 is #4220E9. Grayscale: #BEBEBE. Windows color (decimal): -4333802 or 1499069. OLE color: 1499069.

HSL color Cylindrical-coordinate representation of color #BDDF16: hue angle of 70.15º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDDF16 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 22 -
CMYK 0.15 0 0.90 0.13
HSL 70.15º 0.82% 0.48% -
HSV(B) 70.15º 0.9% 0.87% -
XYZ 47.52 63.65 10.54 -
YUV 189.92 33.24 127.34 -
System Red Green Blue C M Y K H S L
Decimal 189 223 22 0.15 0 0.90 0.13 70.15 0.82 0.48
Hex BD DF 16 F 0 5A D 46 52 30
Octal 275 337 26 17 0 132 15 106 122 60
Binary 10111101 11011111 10110 1111 0 1011010 1101 1000110 1010010 110000

Color Harmonies of #BDDF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF16

Black with #BDDF16

Text Example


Text Example

White with #BDDF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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