Html Css Color HEX #BCC35E Wild Willow

📋 copy color: '#BCC35E'

red 188 ◦ green 195 ◦ blue 94

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

Shades of Wild Willow #BCC35E

Tints of Wild Willow #BCC35E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.88%

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

R = 39.41%
G = 40.88%
B = 19.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#BCC35E (or 0xBCC35E) is known color: Wild Willow. HEX triplet: BC, C3 and 5E. RGB value is (188,195,94). Sum of RGB (Red+Green+Blue) = 188+195+94=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC35E is #433CA1. Grayscale: #B5B5B5. Windows color (decimal): -4406434 or 6210492. OLE color: 6210492.

HSL color Cylindrical-coordinate representation of color #BCC35E: hue angle of 64.16º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCC35E is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 94 -
CMYK 0.04 0 0.52 0.24
HSL 64.16º 0.46% 0.57% -
HSV(B) 64.16º 0.52% 0.76% -
XYZ 42.27 50.53 18.11 -
YUV 181.39 78.68 132.71 -
System Red Green Blue C M Y K H S L
Decimal 188 195 94 0.04 0 0.52 0.24 64.16 0.46 0.57
Hex BC C3 5E 4 0 34 18 40 2E 39
Octal 274 303 136 4 0 64 30 100 56 71
Binary 10111100 11000011 1011110 100 0 110100 11000 1000000 101110 111001

Color Harmonies of #BCC35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC35E

Black with #BCC35E

Text Example


Text Example

White with #BCC35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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