Html Css Color HEX #BCD708 Inch Worm

📋 copy color: '#BCD708'

red 188 ◦ green 215 ◦ blue 8

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

Shades of Inch Worm #BCD708

Tints of Inch Worm #BCD708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.95%

R = 45.74%
G = 52.31%
B = 1.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#BCD708 (or 0xBCD708) is known color: Inch Worm. HEX triplet: BC, D7 and 08. RGB value is (188,215,8). Sum of RGB (Red+Green+Blue) = 188+215+8=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD708 is #4328F7. Grayscale: #B8B8B8. Windows color (decimal): -4401400 or 579516. OLE color: 579516.

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

Color convert

RGB 188 215 8 -
CMYK 0.13 0 0.96 0.16
HSL 67.83º 0.93% 0.44% -
HSV(B) 67.83º 0.96% 0.84% -
XYZ 45.08 59.31 9.3 -
YUV 183.33 29.05 131.33 -
System Red Green Blue C M Y K H S L
Decimal 188 215 8 0.13 0 0.96 0.16 67.83 0.93 0.44
Hex BC D7 8 D 0 60 10 44 5D 2C
Octal 274 327 10 15 0 140 20 104 135 54
Binary 10111100 11010111 1000 1101 0 1100000 10000 1000100 1011101 101100

Color Harmonies of #BCD708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD708

Black with #BCD708

Text Example


Text Example

White with #BCD708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD708; }

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

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

background-color css

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

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

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

border-color css

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

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

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