Html Css Color HEX #BCD70B Inch Worm

📋 copy color: '#BCD70B'

red 188 ◦ green 215 ◦ blue 11

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

Shades of Inch Worm #BCD70B

Tints of Inch Worm #BCD70B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.93%

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

R = 45.41%
G = 51.93%
B = 2.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#BCD70B (or 0xBCD70B) is known color: Inch Worm. HEX triplet: BC, D7 and 0B. RGB value is (188,215,11). Sum of RGB (Red+Green+Blue) = 188+215+11=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD70B is #4328F4. Grayscale: #B8B8B8. Windows color (decimal): -4401397 or 776124. OLE color: 776124.

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

Color convert

RGB 188 215 11 -
CMYK 0.13 0 0.95 0.16
HSL 67.94º 0.9% 0.44% -
HSV(B) 67.94º 0.95% 0.84% -
XYZ 45.1 59.32 9.39 -
YUV 183.67 30.55 131.09 -
System Red Green Blue C M Y K H S L
Decimal 188 215 11 0.13 0 0.95 0.16 67.94 0.9 0.44
Hex BC D7 B D 0 5F 10 44 5A 2C
Octal 274 327 13 15 0 137 20 104 132 54
Binary 10111100 11010111 1011 1101 0 1011111 10000 1000100 1011010 101100

Color Harmonies of #BCD70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD70B

Black with #BCD70B

Text Example


Text Example

White with #BCD70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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