Html Css Color HEX #BDD802 Inch Worm

📋 copy color: '#BDD802'

red 189 ◦ green 216 ◦ blue 2

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

Shades of Inch Worm #BDD802

Tints of Inch Worm #BDD802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 46.44%
G = 53.07%
B = 0.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#BDD802 (or 0xBDD802) is known color: Inch Worm. HEX triplet: BD, D8 and 02. RGB value is (189,216,2). Sum of RGB (Red+Green+Blue) = 189+216+2=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD802 is #4227FD. Grayscale: #B8B8B8. Windows color (decimal): -4335614 or 186557. OLE color: 186557.

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

Color convert

RGB 189 216 2 -
CMYK 0.12 0 0.99 0.15
HSL 67.57º 0.98% 0.43% -
HSV(B) 67.57º 0.99% 0.85% -
XYZ 45.55 59.93 9.23 -
YUV 183.53 25.55 131.9 -
System Red Green Blue C M Y K H S L
Decimal 189 216 2 0.12 0 0.99 0.15 67.57 0.98 0.43
Hex BD D8 2 C 0 63 F 44 62 2B
Octal 275 330 2 14 0 143 17 104 142 53
Binary 10111101 11011000 10 1100 0 1100011 1111 1000100 1100010 101011

Color Harmonies of #BDD802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD802

Black with #BDD802

Text Example


Text Example

White with #BDD802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD802; }

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

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

background-color css

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

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

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

border-color css

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

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

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