Html Css Color HEX #BDDD10 Inch Worm

📋 copy color: '#BDDD10'

red 189 ◦ green 221 ◦ blue 16

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

Shades of Inch Worm #BDDD10

Tints of Inch Worm #BDDD10

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.88%

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 44.37%
G = 51.88%
B = 3.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#BDDD10 (or 0xBDDD10) is known color: Inch Worm. HEX triplet: BD, DD and 10. RGB value is (189,221,16). Sum of RGB (Red+Green+Blue) = 189+221+16=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDD10 is #4222EF. Grayscale: #BCBCBC. Windows color (decimal): -4334320 or 1105341. OLE color: 1105341.

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

Color convert

RGB 189 221 16 -
CMYK 0.14 0 0.93 0.13
HSL 69.37º 0.86% 0.46% -
HSV(B) 69.37º 0.93% 0.87% -
XYZ 46.94 62.57 10.09 -
YUV 188.06 30.9 128.67 -
System Red Green Blue C M Y K H S L
Decimal 189 221 16 0.14 0 0.93 0.13 69.37 0.86 0.46
Hex BD DD 10 E 0 5D D 45 56 2E
Octal 275 335 20 16 0 135 15 105 126 56
Binary 10111101 11011101 10000 1110 0 1011101 1101 1000101 1010110 101110

Color Harmonies of #BDDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD10

Black with #BDDD10

Text Example


Text Example

White with #BDDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD10; }

 p { color: rgb(189,221,16); }

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

background-color css

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

 a { background-color: rgb(189,221,16); }

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

border-color css

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

 span { border-color: rgb(189,221,16); }

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