Html Css Color HEX #BDD806 Inch Worm

📋 copy color: '#BDD806'

red 189 ◦ green 216 ◦ blue 6

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

Shades of Inch Worm #BDD806

Tints of Inch Worm #BDD806

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.55%

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 45.99%
G = 52.55%
B = 1.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#BDD806 (or 0xBDD806) is known color: Inch Worm. HEX triplet: BD, D8 and 06. RGB value is (189,216,6). Sum of RGB (Red+Green+Blue) = 189+216+6=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD806 is #4227F9. Grayscale: #B8B8B8. Windows color (decimal): -4335610 or 448701. OLE color: 448701.

HSL color Cylindrical-coordinate representation of color #BDD806: hue angle of 67.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDD806 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 6 -
CMYK 0.12 0 0.97 0.15
HSL 67.71º 0.95% 0.44% -
HSV(B) 67.71º 0.97% 0.85% -
XYZ 45.58 59.94 9.34 -
YUV 183.99 27.55 131.58 -
System Red Green Blue C M Y K H S L
Decimal 189 216 6 0.12 0 0.97 0.15 67.71 0.95 0.44
Hex BD D8 6 C 0 61 F 44 5F 2C
Octal 275 330 6 14 0 141 17 104 137 54
Binary 10111101 11011000 110 1100 0 1100001 1111 1000100 1011111 101100

Color Harmonies of #BDD806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD806

Black with #BDD806

Text Example


Text Example

White with #BDD806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD806; }

 p { color: rgb(189,216,6); }

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

background-color css

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

 a { background-color: rgb(189,216,6); }

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

border-color css

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

 span { border-color: rgb(189,216,6); }

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