Html Css Color HEX #BDD919 Inch Worm

📋 copy color: '#BDD919'

red 189 ◦ green 217 ◦ blue 25

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

Shades of Inch Worm #BDD919

Tints of Inch Worm #BDD919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.8%

R = 43.85%
G = 50.35%
B = 5.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#BDD919 (or 0xBDD919) is known color: Inch Worm. HEX triplet: BD, D9 and 19. RGB value is (189,217,25). Sum of RGB (Red+Green+Blue) = 189+217+25=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD919 is #4226E6. Grayscale: #BBBBBB. Windows color (decimal): -4335335 or 1694141. OLE color: 1694141.

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

Color convert

RGB 189 217 25 -
CMYK 0.13 0 0.88 0.15
HSL 68.75º 0.79% 0.47% -
HSV(B) 68.75º 0.88% 0.85% -
XYZ 45.97 60.51 10.18 -
YUV 186.74 36.72 129.61 -
System Red Green Blue C M Y K H S L
Decimal 189 217 25 0.13 0 0.88 0.15 68.75 0.79 0.47
Hex BD D9 19 D 0 58 F 45 4F 2F
Octal 275 331 31 15 0 130 17 105 117 57
Binary 10111101 11011001 11001 1101 0 1011000 1111 1000101 1001111 101111

Color Harmonies of #BDD919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD919

Black with #BDD919

Text Example


Text Example

White with #BDD919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD919; }

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

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

background-color css

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

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

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

border-color css

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

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

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