Html Css Color HEX #BDD90E Inch Worm

📋 copy color: '#BDD90E'

red 189 ◦ green 217 ◦ blue 14

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

Shades of Inch Worm #BDD90E

Tints of Inch Worm #BDD90E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 45%
G = 51.67%
B = 3.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BDD90E (or 0xBDD90E) is known color: Inch Worm. HEX triplet: BD, D9 and 0E. RGB value is (189,217,14). Sum of RGB (Red+Green+Blue) = 189+217+14=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD90E is #4226F1. Grayscale: #BABABA. Windows color (decimal): -4335346 or 973245. OLE color: 973245.

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

Color convert

RGB 189 217 14 -
CMYK 0.13 0 0.94 0.15
HSL 68.28º 0.88% 0.45% -
HSV(B) 68.28º 0.94% 0.85% -
XYZ 45.88 60.48 9.67 -
YUV 185.49 31.22 130.51 -
System Red Green Blue C M Y K H S L
Decimal 189 217 14 0.13 0 0.94 0.15 68.28 0.88 0.45
Hex BD D9 E D 0 5E F 44 58 2D
Octal 275 331 16 15 0 136 17 104 130 55
Binary 10111101 11011001 1110 1101 0 1011110 1111 1000100 1011000 101101

Color Harmonies of #BDD90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD90E

Black with #BDD90E

Text Example


Text Example

White with #BDD90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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