Html Css Color HEX #BDE317 Inch Worm

📋 copy color: '#BDE317'

red 189 ◦ green 227 ◦ blue 23

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

Shades of Inch Worm #BDE317

Tints of Inch Worm #BDE317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.24%

R = 43.05%
G = 51.71%
B = 5.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#BDE317 (or 0xBDE317) is known color: Inch Worm. HEX triplet: BD, E3 and 17. RGB value is (189,227,23). Sum of RGB (Red+Green+Blue) = 189+227+23=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 23 (9.38% from 255 or 5.24% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE317 is #421CE8. Grayscale: #C1C1C1. Windows color (decimal): -4332777 or 1565629. OLE color: 1565629.

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

Color convert

RGB 189 227 23 -
CMYK 0.17 0 0.90 0.11
HSL 71.18º 0.82% 0.49% -
HSV(B) 71.18º 0.9% 0.89% -
XYZ 48.61 65.82 10.95 -
YUV 192.38 32.41 125.59 -
System Red Green Blue C M Y K H S L
Decimal 189 227 23 0.17 0 0.90 0.11 71.18 0.82 0.49
Hex BD E3 17 11 0 5A B 47 52 31
Octal 275 343 27 21 0 132 13 107 122 61
Binary 10111101 11100011 10111 10001 0 1011010 1011 1000111 1010010 110001

Color Harmonies of #BDE317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE317

Black with #BDE317

Text Example


Text Example

White with #BDE317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE317; }

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

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

background-color css

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

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

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

border-color css

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

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

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