Html Css Color HEX #BDD70D Inch Worm

📋 copy color: '#BDD70D'

red 189 ◦ green 215 ◦ blue 13

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

Shades of Inch Worm #BDD70D

Tints of Inch Worm #BDD70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.12%

R = 45.32%
G = 51.56%
B = 3.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BDD70D (or 0xBDD70D) is known color: Inch Worm. HEX triplet: BD, D7 and 0D. RGB value is (189,215,13). Sum of RGB (Red+Green+Blue) = 189+215+13=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD70D is #4228F2. Grayscale: #B8B8B8. Windows color (decimal): -4335859 or 907197. OLE color: 907197.

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

Color convert

RGB 189 215 13 -
CMYK 0.12 0 0.94 0.16
HSL 67.72º 0.89% 0.45% -
HSV(B) 67.72º 0.94% 0.84% -
XYZ 45.36 59.45 9.46 -
YUV 184.2 31.39 131.43 -
System Red Green Blue C M Y K H S L
Decimal 189 215 13 0.12 0 0.94 0.16 67.72 0.89 0.45
Hex BD D7 D C 0 5E 10 44 59 2D
Octal 275 327 15 14 0 136 20 104 131 55
Binary 10111101 11010111 1101 1100 0 1011110 10000 1000100 1011001 101101

Color Harmonies of #BDD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD70D

Black with #BDD70D

Text Example


Text Example

White with #BDD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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