Html Css Color HEX #BDD710 Inch Worm

📋 copy color: '#BDD710'

red 189 ◦ green 215 ◦ blue 16

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

Shades of Inch Worm #BDD710

Tints of Inch Worm #BDD710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.19%

 BLUE value IS 16 (6.64% from 255) = 3.81%

R = 45%
G = 51.19%
B = 3.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#BDD710 (or 0xBDD710) is known color: Inch Worm. HEX triplet: BD, D7 and 10. RGB value is (189,215,16). Sum of RGB (Red+Green+Blue) = 189+215+16=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD710 is #4228EF. Grayscale: #B9B9B9. Windows color (decimal): -4335856 or 1103805. OLE color: 1103805.

HSL color Cylindrical-coordinate representation of color #BDD710: hue angle of 67.84º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDD710 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 16 -
CMYK 0.12 0 0.93 0.16
HSL 67.84º 0.86% 0.45% -
HSV(B) 67.84º 0.93% 0.84% -
XYZ 45.38 59.46 9.57 -
YUV 184.54 32.89 131.18 -
System Red Green Blue C M Y K H S L
Decimal 189 215 16 0.12 0 0.93 0.16 67.84 0.86 0.45
Hex BD D7 10 C 0 5D 10 44 56 2D
Octal 275 327 20 14 0 135 20 104 126 55
Binary 10111101 11010111 10000 1100 0 1011101 10000 1000100 1010110 101101

Color Harmonies of #BDD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD710

Black with #BDD710

Text Example


Text Example

White with #BDD710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD710; }

 p { color: rgb(189,215,16); }

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

background-color css

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

 a { background-color: rgb(189,215,16); }

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

border-color css

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

 span { border-color: rgb(189,215,16); }

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