Html Css Color HEX #BDD801 Inch Worm

📋 copy color: '#BDD801'

red 189 ◦ green 216 ◦ blue 1

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

Shades of Inch Worm #BDD801

Tints of Inch Worm #BDD801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 46.55%
G = 53.2%
B = 0.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#BDD801 (or 0xBDD801) is known color: Inch Worm. HEX triplet: BD, D8 and 01. RGB value is (189,216,1). Sum of RGB (Red+Green+Blue) = 189+216+1=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD801 is #4227FE. Grayscale: #B8B8B8. Windows color (decimal): -4335615 or 121021. OLE color: 121021.

HSL color Cylindrical-coordinate representation of color #BDD801: hue angle of 67.53º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDD801 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 1 -
CMYK 0.12 0 1.00 0.15
HSL 67.53º 0.99% 0.43% -
HSV(B) 67.53º 1% 0.85% -
XYZ 45.55 59.93 9.2 -
YUV 183.42 25.05 131.98 -
System Red Green Blue C M Y K H S L
Decimal 189 216 1 0.12 0 1.00 0.15 67.53 0.99 0.43
Hex BD D8 1 C 0 64 F 44 63 2B
Octal 275 330 1 14 0 144 17 104 143 53
Binary 10111101 11011000 1 1100 0 1100100 1111 1000100 1100011 101011

Color Harmonies of #BDD801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD801

Black with #BDD801

Text Example


Text Example

White with #BDD801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD801; }

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

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

background-color css

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

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

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

border-color css

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

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

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