Html Css Color HEX #BDD701 Inch Worm

📋 copy color: '#BDD701'

red 189 ◦ green 215 ◦ blue 1

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

Shades of Inch Worm #BDD701

Tints of Inch Worm #BDD701

RGB

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

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

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

R = 46.67%
G = 53.09%
B = 0.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#BDD701 (or 0xBDD701) is known color: Inch Worm. HEX triplet: BD, D7 and 01. RGB value is (189,215,1). Sum of RGB (Red+Green+Blue) = 189+215+1=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD701 is #4228FE. Grayscale: #B7B7B7. Windows color (decimal): -4335871 or 120765. OLE color: 120765.

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

Color convert

RGB 189 215 1 -
CMYK 0.12 0 1.00 0.16
HSL 67.29º 0.99% 0.42% -
HSV(B) 67.29º 1% 0.84% -
XYZ 45.29 59.42 9.11 -
YUV 182.83 25.39 132.4 -
System Red Green Blue C M Y K H S L
Decimal 189 215 1 0.12 0 1.00 0.16 67.29 0.99 0.42
Hex BD D7 1 C 0 64 10 43 63 2A
Octal 275 327 1 14 0 144 20 103 143 52
Binary 10111101 11010111 1 1100 0 1100100 10000 1000011 1100011 101010

Color Harmonies of #BDD701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD701

Black with #BDD701

Text Example


Text Example

White with #BDD701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD701; }

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

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

background-color css

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

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

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

border-color css

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

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

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