Html Css Color HEX #BDE319 Inch Worm

📋 copy color: '#BDE319'

red 189 ◦ green 227 ◦ blue 25

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

Shades of Inch Worm #BDE319

Tints of Inch Worm #BDE319

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.47%

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

R = 42.86%
G = 51.47%
B = 5.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#BDE319 (or 0xBDE319) is known color: Inch Worm. HEX triplet: BD, E3 and 19. RGB value is (189,227,25). Sum of RGB (Red+Green+Blue) = 189+227+25=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE319 is #421CE6. Grayscale: #C1C1C1. Windows color (decimal): -4332775 or 1696701. OLE color: 1696701.

HSL color Cylindrical-coordinate representation of color #BDE319: hue angle of 71.29º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDE319 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 25 -
CMYK 0.17 0 0.89 0.11
HSL 71.29º 0.8% 0.49% -
HSV(B) 71.29º 0.89% 0.89% -
XYZ 48.63 65.83 11.06 -
YUV 192.61 33.41 125.43 -
System Red Green Blue C M Y K H S L
Decimal 189 227 25 0.17 0 0.89 0.11 71.29 0.8 0.49
Hex BD E3 19 11 0 59 B 47 50 31
Octal 275 343 31 21 0 131 13 107 120 61
Binary 10111101 11100011 11001 10001 0 1011001 1011 1000111 1010000 110001

Color Harmonies of #BDE319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE319

Black with #BDE319

Text Example


Text Example

White with #BDE319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE319; }

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

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

background-color css

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

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

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

border-color css

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

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

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