Html Css Color HEX #BCD706 Inch Worm

📋 copy color: '#BCD706'

red 188 ◦ green 215 ◦ blue 6

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

Shades of Inch Worm #BCD706

Tints of Inch Worm #BCD706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 45.97%
G = 52.57%
B = 1.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#BCD706 (or 0xBCD706) is known color: Inch Worm. HEX triplet: BC, D7 and 06. RGB value is (188,215,6). Sum of RGB (Red+Green+Blue) = 188+215+6=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD706 is #4328F9. Grayscale: #B7B7B7. Windows color (decimal): -4401402 or 448444. OLE color: 448444.

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

Color convert

RGB 188 215 6 -
CMYK 0.13 0 0.97 0.16
HSL 67.75º 0.95% 0.43% -
HSV(B) 67.75º 0.97% 0.84% -
XYZ 45.07 59.31 9.24 -
YUV 183.1 28.05 131.49 -
System Red Green Blue C M Y K H S L
Decimal 188 215 6 0.13 0 0.97 0.16 67.75 0.95 0.43
Hex BC D7 6 D 0 61 10 44 5F 2B
Octal 274 327 6 15 0 141 20 104 137 53
Binary 10111100 11010111 110 1101 0 1100001 10000 1000100 1011111 101011

Color Harmonies of #BCD706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD706

Black with #BCD706

Text Example


Text Example

White with #BCD706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD706; }

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

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

background-color css

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

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

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

border-color css

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

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

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