Html Css Color HEX #BDDE1D Inch Worm

📋 copy color: '#BDDE1D'

red 189 ◦ green 222 ◦ blue 29

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

Shades of Inch Worm #BDDE1D

Tints of Inch Worm #BDDE1D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.45%

 BLUE value IS 29 (11.72% from 255) = 6.59%

R = 42.95%
G = 50.45%
B = 6.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#BDDE1D (or 0xBDDE1D) is known color: Inch Worm. HEX triplet: BD, DE and 1D. RGB value is (189,222,29). Sum of RGB (Red+Green+Blue) = 189+222+29=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDE1D is #4221E2. Grayscale: #BEBEBE. Windows color (decimal): -4334051 or 1957565. OLE color: 1957565.

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

Color convert

RGB 189 222 29 -
CMYK 0.15 0 0.87 0.13
HSL 70.26º 0.77% 0.49% -
HSV(B) 70.26º 0.87% 0.87% -
XYZ 47.33 63.15 10.86 -
YUV 190.13 37.07 127.19 -
System Red Green Blue C M Y K H S L
Decimal 189 222 29 0.15 0 0.87 0.13 70.26 0.77 0.49
Hex BD DE 1D F 0 57 D 46 4D 31
Octal 275 336 35 17 0 127 15 106 115 61
Binary 10111101 11011110 11101 1111 0 1010111 1101 1000110 1001101 110001

Color Harmonies of #BDDE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE1D

Black with #BDDE1D

Text Example


Text Example

White with #BDDE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE1D; }

 p { color: rgb(189,222,29); }

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

background-color css

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

 a { background-color: rgb(189,222,29); }

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

border-color css

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

 span { border-color: rgb(189,222,29); }

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