Html Css Color HEX #BDD903 Inch Worm

📋 copy color: '#BDD903'

red 189 ◦ green 217 ◦ blue 3

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

Shades of Inch Worm #BDD903

Tints of Inch Worm #BDD903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 46.21%
G = 53.06%
B = 0.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#BDD903 (or 0xBDD903) is known color: Inch Worm. HEX triplet: BD, D9 and 03. RGB value is (189,217,3). Sum of RGB (Red+Green+Blue) = 189+217+3=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD903 is #4226FC. Grayscale: #B9B9B9. Windows color (decimal): -4335357 or 252349. OLE color: 252349.

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

Color convert

RGB 189 217 3 -
CMYK 0.13 0 0.99 0.15
HSL 67.85º 0.97% 0.43% -
HSV(B) 67.85º 0.99% 0.85% -
XYZ 45.82 60.45 9.34 -
YUV 184.23 25.72 131.4 -
System Red Green Blue C M Y K H S L
Decimal 189 217 3 0.13 0 0.99 0.15 67.85 0.97 0.43
Hex BD D9 3 D 0 63 F 44 61 2B
Octal 275 331 3 15 0 143 17 104 141 53
Binary 10111101 11011001 11 1101 0 1100011 1111 1000100 1100001 101011

Color Harmonies of #BDD903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD903

Black with #BDD903

Text Example


Text Example

White with #BDD903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD903; }

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

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

background-color css

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

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

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

border-color css

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

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

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