Html Css Color HEX #BDD902 Inch Worm

📋 copy color: '#BDD902'

red 189 ◦ green 217 ◦ blue 2

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

Shades of Inch Worm #BDD902

Tints of Inch Worm #BDD902

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.19%

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

R = 46.32%
G = 53.19%
B = 0.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#BDD902 (or 0xBDD902) is known color: Inch Worm. HEX triplet: BD, D9 and 02. RGB value is (189,217,2). Sum of RGB (Red+Green+Blue) = 189+217+2=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD902 is #4226FD. Grayscale: #B8B8B8. Windows color (decimal): -4335358 or 186813. OLE color: 186813.

HSL color Cylindrical-coordinate representation of color #BDD902: hue angle of 67.81º 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 #BDD902 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 2 -
CMYK 0.13 0 0.99 0.15
HSL 67.81º 0.98% 0.43% -
HSV(B) 67.81º 0.99% 0.85% -
XYZ 45.81 60.45 9.31 -
YUV 184.12 25.22 131.48 -
System Red Green Blue C M Y K H S L
Decimal 189 217 2 0.13 0 0.99 0.15 67.81 0.98 0.43
Hex BD D9 2 D 0 63 F 44 62 2B
Octal 275 331 2 15 0 143 17 104 142 53
Binary 10111101 11011001 10 1101 0 1100011 1111 1000100 1100010 101011

Color Harmonies of #BDD902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD902

Black with #BDD902

Text Example


Text Example

White with #BDD902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD902; }

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

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

background-color css

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

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

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

border-color css

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

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

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