Html Css Color HEX #BCD606 Inch Worm

📋 copy color: '#BCD606'

red 188 ◦ green 214 ◦ blue 6

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

Shades of Inch Worm #BCD606

Tints of Inch Worm #BCD606

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.45%

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

R = 46.08%
G = 52.45%
B = 1.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#BCD606 (or 0xBCD606) is known color: Inch Worm. HEX triplet: BC, D6 and 06. RGB value is (188,214,6). Sum of RGB (Red+Green+Blue) = 188+214+6=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD606 is #4329F9. Grayscale: #B7B7B7. Windows color (decimal): -4401658 or 448188. OLE color: 448188.

HSL color Cylindrical-coordinate representation of color #BCD606: hue angle of 67.5º 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 #BCD606 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 6 -
CMYK 0.12 0 0.97 0.16
HSL 67.5º 0.95% 0.43% -
HSV(B) 67.5º 0.97% 0.84% -
XYZ 44.82 58.8 9.16 -
YUV 182.51 28.39 131.91 -
System Red Green Blue C M Y K H S L
Decimal 188 214 6 0.12 0 0.97 0.16 67.5 0.95 0.43
Hex BC D6 6 C 0 61 10 44 5F 2B
Octal 274 326 6 14 0 141 20 104 137 53
Binary 10111100 11010110 110 1100 0 1100001 10000 1000100 1011111 101011

Color Harmonies of #BCD606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD606

Black with #BCD606

Text Example


Text Example

White with #BCD606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD606; }

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

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

background-color css

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

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

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

border-color css

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

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

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