Html Css Color HEX #BCD607 Inch Worm

📋 copy color: '#BCD607'

red 188 ◦ green 214 ◦ blue 7

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

Shades of Inch Worm #BCD607

Tints of Inch Worm #BCD607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 45.97%
G = 52.32%
B = 1.71%

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

#BCD607 (or 0xBCD607) is known color: Inch Worm. HEX triplet: BC, D6 and 07. RGB value is (188,214,7). Sum of RGB (Red+Green+Blue) = 188+214+7=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD607 is #4329F8. Grayscale: #B7B7B7. Windows color (decimal): -4401657 or 513724. OLE color: 513724.

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

Color convert

RGB 188 214 7 -
CMYK 0.12 0 0.97 0.16
HSL 67.54º 0.94% 0.43% -
HSV(B) 67.54º 0.97% 0.84% -
XYZ 44.82 58.8 9.19 -
YUV 182.63 28.89 131.83 -
System Red Green Blue C M Y K H S L
Decimal 188 214 7 0.12 0 0.97 0.16 67.54 0.94 0.43
Hex BC D6 7 C 0 61 10 44 5E 2B
Octal 274 326 7 14 0 141 20 104 136 53
Binary 10111100 11010110 111 1100 0 1100001 10000 1000100 1011110 101011

Color Harmonies of #BCD607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD607

Black with #BCD607

Text Example


Text Example

White with #BCD607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD607; }

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

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

background-color css

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

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

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

border-color css

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

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

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