Html Css Color HEX #BCD905 Inch Worm

📋 copy color: '#BCD905'

red 188 ◦ green 217 ◦ blue 5

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

Shades of Inch Worm #BCD905

Tints of Inch Worm #BCD905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 45.85%
G = 52.93%
B = 1.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#BCD905 (or 0xBCD905) is known color: Inch Worm. HEX triplet: BC, D9 and 05. RGB value is (188,217,5). Sum of RGB (Red+Green+Blue) = 188+217+5=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD905 is #4326FA. Grayscale: #B8B8B8. Windows color (decimal): -4400891 or 383420. OLE color: 383420.

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

Color convert

RGB 188 217 5 -
CMYK 0.13 0 0.98 0.15
HSL 68.21º 0.95% 0.44% -
HSV(B) 68.21º 0.98% 0.85% -
XYZ 45.58 60.33 9.39 -
YUV 184.16 26.89 130.74 -
System Red Green Blue C M Y K H S L
Decimal 188 217 5 0.13 0 0.98 0.15 68.21 0.95 0.44
Hex BC D9 5 D 0 62 F 44 5F 2C
Octal 274 331 5 15 0 142 17 104 137 54
Binary 10111100 11011001 101 1101 0 1100010 1111 1000100 1011111 101100

Color Harmonies of #BCD905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD905

Black with #BCD905

Text Example


Text Example

White with #BCD905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD905; }

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

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

background-color css

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

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

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

border-color css

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

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

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