Html Css Color HEX #BCD903 Inch Worm

📋 copy color: '#BCD903'

red 188 ◦ green 217 ◦ blue 3

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

Shades of Inch Worm #BCD903

Tints of Inch Worm #BCD903

RGB

 RED value IS 188 (73.83% from 255) = 46.08%

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 46.08%
G = 53.19%
B = 0.74%

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

#BCD903 (or 0xBCD903) is known color: Inch Worm. HEX triplet: BC, D9 and 03. RGB value is (188,217,3). Sum of RGB (Red+Green+Blue) = 188+217+3=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD903 is #4326FC. Grayscale: #B8B8B8. Windows color (decimal): -4400893 or 252348. OLE color: 252348.

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

Color convert

RGB 188 217 3 -
CMYK 0.13 0 0.99 0.15
HSL 68.13º 0.97% 0.43% -
HSV(B) 68.13º 0.99% 0.85% -
XYZ 45.57 60.32 9.33 -
YUV 183.93 25.89 130.9 -
System Red Green Blue C M Y K H S L
Decimal 188 217 3 0.13 0 0.99 0.15 68.13 0.97 0.43
Hex BC D9 3 D 0 63 F 44 61 2B
Octal 274 331 3 15 0 143 17 104 141 53
Binary 10111100 11011001 11 1101 0 1100011 1111 1000100 1100001 101011

Color Harmonies of #BCD903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD903

Black with #BCD903

Text Example


Text Example

White with #BCD903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD903; }

 p { color: rgb(188,217,3); }

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

background-color css

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

 a { background-color: rgb(188,217,3); }

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

border-color css

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

 span { border-color: rgb(188,217,3); }

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