Html Css Color HEX #BCC75E Wild Willow

📋 copy color: '#BCC75E'

red 188 ◦ green 199 ◦ blue 94

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

Shades of Wild Willow #BCC75E

Tints of Wild Willow #BCC75E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.37%

 BLUE value IS 94 (37.11% from 255) = 19.54%

R = 39.09%
G = 41.37%
B = 19.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#BCC75E (or 0xBCC75E) is known color: Wild Willow. HEX triplet: BC, C7 and 5E. RGB value is (188,199,94). Sum of RGB (Red+Green+Blue) = 188+199+94=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC75E is #4338A1. Grayscale: #B8B8B8. Windows color (decimal): -4405410 or 6211516. OLE color: 6211516.

HSL color Cylindrical-coordinate representation of color #BCC75E: hue angle of 66.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCC75E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 94 -
CMYK 0.06 0 0.53 0.22
HSL 66.29º 0.48% 0.57% -
HSV(B) 66.29º 0.53% 0.78% -
XYZ 43.18 52.35 18.42 -
YUV 183.74 77.36 131.04 -
System Red Green Blue C M Y K H S L
Decimal 188 199 94 0.06 0 0.53 0.22 66.29 0.48 0.57
Hex BC C7 5E 6 0 35 16 42 30 39
Octal 274 307 136 6 0 65 26 102 60 71
Binary 10111100 11000111 1011110 110 0 110101 10110 1000010 110000 111001

Color Harmonies of #BCC75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC75E

Black with #BCC75E

Text Example


Text Example

White with #BCC75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC75E; }

 p { color: rgb(188,199,94); }

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

background-color css

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

 a { background-color: rgb(188,199,94); }

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

border-color css

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

 span { border-color: rgb(188,199,94); }

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