Html Css Color HEX #BDD900 Inch Worm

📋 copy color: '#BDD900'

red 189 ◦ green 217 ◦ blue 0

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

Shades of Inch Worm #BDD900

Tints of Inch Worm #BDD900

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.55%
G = 53.45%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#BDD900 (or 0xBDD900) is known color: Inch Worm. HEX triplet: BD, D9 and 00. RGB value is (189,217,0). Sum of RGB (Red+Green+Blue) = 189+217+0=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD900 is #4226FF. Grayscale: #B8B8B8. Windows color (decimal): -4335360 or 55741. OLE color: 55741.

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

Color convert

RGB 189 217 0 -
CMYK 0.13 0 1 0.15
HSL 67.74º 1% 0.43% -
HSV(B) 67.74º 1% 0.85% -
XYZ 45.8 60.44 9.25 -
YUV 183.89 24.22 131.64 -
System Red Green Blue C M Y K H S L
Decimal 189 217 0 0.13 0 1 0.15 67.74 1 0.43
Hex BD D9 0 D 0 64 F 44 64 2B
Octal 275 331 0 15 0 144 17 104 144 53
Binary 10111101 11011001 0 1101 0 1100100 1111 1000100 1100100 101011

Color Harmonies of #BDD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD900

Black with #BDD900

Text Example


Text Example

White with #BDD900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD900; }

 p { color: rgb(189,217,0); }

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

background-color css

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

 a { background-color: rgb(189,217,0); }

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

border-color css

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

 span { border-color: rgb(189,217,0); }

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