Html Css Color HEX #BDDA16 Inch Worm

📋 copy color: '#BDDA16'

red 189 ◦ green 218 ◦ blue 22

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

Shades of Inch Worm #BDDA16

Tints of Inch Worm #BDDA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.82%

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

R = 44.06%
G = 50.82%
B = 5.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#BDDA16 (or 0xBDDA16) is known color: Inch Worm. HEX triplet: BD, DA and 16. RGB value is (189,218,22). Sum of RGB (Red+Green+Blue) = 189+218+22=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA16 is #4225E9. Grayscale: #BBBBBB. Windows color (decimal): -4335082 or 1497789. OLE color: 1497789.

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

Color convert

RGB 189 218 22 -
CMYK 0.13 0 0.90 0.15
HSL 68.88º 0.82% 0.47% -
HSV(B) 68.88º 0.9% 0.85% -
XYZ 46.2 61.02 10.1 -
YUV 186.99 34.89 129.44 -
System Red Green Blue C M Y K H S L
Decimal 189 218 22 0.13 0 0.90 0.15 68.88 0.82 0.47
Hex BD DA 16 D 0 5A F 45 52 2F
Octal 275 332 26 15 0 132 17 105 122 57
Binary 10111101 11011010 10110 1101 0 1011010 1111 1000101 1010010 101111

Color Harmonies of #BDDA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA16

Black with #BDDA16

Text Example


Text Example

White with #BDDA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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