Html Css Color HEX #BCD907 Inch Worm

📋 copy color: '#BCD907'

red 188 ◦ green 217 ◦ blue 7

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

Shades of Inch Worm #BCD907

Tints of Inch Worm #BCD907

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.67%

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

R = 45.63%
G = 52.67%
B = 1.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#BCD907 (or 0xBCD907) is known color: Inch Worm. HEX triplet: BC, D9 and 07. RGB value is (188,217,7). Sum of RGB (Red+Green+Blue) = 188+217+7=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 217 (85.16% from 255 or 52.67% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD907 is #4326F8. Grayscale: #B9B9B9. Windows color (decimal): -4400889 or 514492. OLE color: 514492.

HSL color Cylindrical-coordinate representation of color #BCD907: hue angle of 68.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCD907 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 7 -
CMYK 0.13 0 0.97 0.15
HSL 68.29º 0.94% 0.44% -
HSV(B) 68.29º 0.97% 0.85% -
XYZ 45.59 60.33 9.44 -
YUV 184.39 27.89 130.58 -
System Red Green Blue C M Y K H S L
Decimal 188 217 7 0.13 0 0.97 0.15 68.29 0.94 0.44
Hex BC D9 7 D 0 61 F 44 5E 2C
Octal 274 331 7 15 0 141 17 104 136 54
Binary 10111100 11011001 111 1101 0 1100001 1111 1000100 1011110 101100

Color Harmonies of #BCD907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD907

Black with #BCD907

Text Example


Text Example

White with #BCD907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD907; }

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

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

background-color css

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

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

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

border-color css

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

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

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