Html Css Color HEX #BDE901 Inch Worm

📋 copy color: '#BDE901'

red 189 ◦ green 233 ◦ blue 1

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

Shades of Inch Worm #BDE901

Tints of Inch Worm #BDE901

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.08%

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

R = 44.68%
G = 55.08%
B = 0.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#BDE901 (or 0xBDE901) is known color: Inch Worm. HEX triplet: BD, E9 and 01. RGB value is (189,233,1). Sum of RGB (Red+Green+Blue) = 189+233+1=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 233 (91.41% from 255 or 55.08% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE901 is #4216FE. Grayscale: #C2C2C2. Windows color (decimal): -4331263 or 125373. OLE color: 125373.

HSL color Cylindrical-coordinate representation of color #BDE901: hue angle of 71.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDE901 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 1 -
CMYK 0.19 0 1.00 0.09
HSL 71.38º 0.99% 0.46% -
HSV(B) 71.38º 1% 0.91% -
XYZ 50.13 69.1 10.72 -
YUV 193.4 19.42 124.86 -
System Red Green Blue C M Y K H S L
Decimal 189 233 1 0.19 0 1.00 0.09 71.38 0.99 0.46
Hex BD E9 1 13 0 64 9 47 63 2E
Octal 275 351 1 23 0 144 11 107 143 56
Binary 10111101 11101001 1 10011 0 1100100 1001 1000111 1100011 101110

Color Harmonies of #BDE901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE901

Black with #BDE901

Text Example


Text Example

White with #BDE901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE901; }

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

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

background-color css

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

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

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

border-color css

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

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

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