Html Css Color HEX #BDDD11 Inch Worm

📋 copy color: '#BDDD11'

red 189 ◦ green 221 ◦ blue 17

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

Shades of Inch Worm #BDDD11

Tints of Inch Worm #BDDD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.98%

R = 44.26%
G = 51.76%
B = 3.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#BDDD11 (or 0xBDDD11) is known color: Inch Worm. HEX triplet: BD, DD and 11. RGB value is (189,221,17). Sum of RGB (Red+Green+Blue) = 189+221+17=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDD11 is #4222EE. Grayscale: #BCBCBC. Windows color (decimal): -4334319 or 1170877. OLE color: 1170877.

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

Color convert

RGB 189 221 17 -
CMYK 0.14 0 0.92 0.13
HSL 69.41º 0.86% 0.47% -
HSV(B) 69.41º 0.92% 0.87% -
XYZ 46.94 62.57 10.13 -
YUV 188.18 31.4 128.59 -
System Red Green Blue C M Y K H S L
Decimal 189 221 17 0.14 0 0.92 0.13 69.41 0.86 0.47
Hex BD DD 11 E 0 5C D 45 56 2F
Octal 275 335 21 16 0 134 15 105 126 57
Binary 10111101 11011101 10001 1110 0 1011100 1101 1000101 1010110 101111

Color Harmonies of #BDDD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD11

Black with #BDDD11

Text Example


Text Example

White with #BDDD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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