Html Css Color HEX #BDD913 Inch Worm

📋 copy color: '#BDD913'

red 189 ◦ green 217 ◦ blue 19

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

Shades of Inch Worm #BDD913

Tints of Inch Worm #BDD913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.47%

R = 44.47%
G = 51.06%
B = 4.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#BDD913 (or 0xBDD913) is known color: Inch Worm. HEX triplet: BD, D9 and 13. RGB value is (189,217,19). Sum of RGB (Red+Green+Blue) = 189+217+19=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD913 is #4226EC. Grayscale: #BABABA. Windows color (decimal): -4335341 or 1300925. OLE color: 1300925.

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

Color convert

RGB 189 217 19 -
CMYK 0.13 0 0.91 0.15
HSL 68.48º 0.84% 0.46% -
HSV(B) 68.48º 0.91% 0.85% -
XYZ 45.92 60.49 9.87 -
YUV 186.06 33.72 130.1 -
System Red Green Blue C M Y K H S L
Decimal 189 217 19 0.13 0 0.91 0.15 68.48 0.84 0.46
Hex BD D9 13 D 0 5B F 44 54 2E
Octal 275 331 23 15 0 133 17 104 124 56
Binary 10111101 11011001 10011 1101 0 1011011 1111 1000100 1010100 101110

Color Harmonies of #BDD913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD913

Black with #BDD913

Text Example


Text Example

White with #BDD913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD913; }

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

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

background-color css

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

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

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

border-color css

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

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

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