Html Css Color HEX #BCD90B Inch Worm

📋 copy color: '#BCD90B'

red 188 ◦ green 217 ◦ blue 11

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

Shades of Inch Worm #BCD90B

Tints of Inch Worm #BCD90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 45.19%
G = 52.16%
B = 2.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#BCD90B (or 0xBCD90B) is known color: Inch Worm. HEX triplet: BC, D9 and 0B. RGB value is (188,217,11). Sum of RGB (Red+Green+Blue) = 188+217+11=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD90B is #4326F4. Grayscale: #B9B9B9. Windows color (decimal): -4400885 or 776636. OLE color: 776636.

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

Color convert

RGB 188 217 11 -
CMYK 0.13 0 0.95 0.15
HSL 68.45º 0.9% 0.45% -
HSV(B) 68.45º 0.95% 0.85% -
XYZ 45.61 60.34 9.56 -
YUV 184.85 29.89 130.25 -
System Red Green Blue C M Y K H S L
Decimal 188 217 11 0.13 0 0.95 0.15 68.45 0.9 0.45
Hex BC D9 B D 0 5F F 44 5A 2D
Octal 274 331 13 15 0 137 17 104 132 55
Binary 10111100 11011001 1011 1101 0 1011111 1111 1000100 1011010 101101

Color Harmonies of #BCD90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD90B

Black with #BCD90B

Text Example


Text Example

White with #BCD90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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