Html Css Color HEX #BDD914 Inch Worm

📋 copy color: '#BDD914'

red 189 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #BDD914

Tints of Inch Worm #BDD914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.69%

R = 44.37%
G = 50.94%
B = 4.69%

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

#BDD914 (or 0xBDD914) is known color: Inch Worm. HEX triplet: BD, D9 and 14. RGB value is (189,217,20). Sum of RGB (Red+Green+Blue) = 189+217+20=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD914 is #4226EB. Grayscale: #BABABA. Windows color (decimal): -4335340 or 1366461. OLE color: 1366461.

HSL color Cylindrical-coordinate representation of color #BDD914: hue angle of 68.53º degrees, saturation: 0.83, 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 #BDD914 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 20 -
CMYK 0.13 0 0.91 0.15
HSL 68.53º 0.83% 0.46% -
HSV(B) 68.53º 0.91% 0.85% -
XYZ 45.93 60.5 9.92 -
YUV 186.17 34.22 130.02 -
System Red Green Blue C M Y K H S L
Decimal 189 217 20 0.13 0 0.91 0.15 68.53 0.83 0.46
Hex BD D9 14 D 0 5B F 45 53 2E
Octal 275 331 24 15 0 133 17 105 123 56
Binary 10111101 11011001 10100 1101 0 1011011 1111 1000101 1010011 101110

Color Harmonies of #BDD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD914

Black with #BDD914

Text Example


Text Example

White with #BDD914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD914; }

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

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

background-color css

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

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

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

border-color css

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

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

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