Html Css Color HEX #BCC35B Wild Willow

📋 copy color: '#BCC35B'

red 188 ◦ green 195 ◦ blue 91

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

Shades of Wild Willow #BCC35B

Tints of Wild Willow #BCC35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.2%

R = 39.66%
G = 41.14%
B = 19.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#BCC35B (or 0xBCC35B) is known color: Wild Willow. HEX triplet: BC, C3 and 5B. RGB value is (188,195,91). Sum of RGB (Red+Green+Blue) = 188+195+91=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC35B is #433CA4. Grayscale: #B5B5B5. Windows color (decimal): -4406437 or 6013884. OLE color: 6013884.

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

Color convert

RGB 188 195 91 -
CMYK 0.04 0 0.53 0.24
HSL 64.04º 0.46% 0.56% -
HSV(B) 64.04º 0.53% 0.76% -
XYZ 42.14 50.48 17.42 -
YUV 181.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 188 195 91 0.04 0 0.53 0.24 64.04 0.46 0.56
Hex BC C3 5B 4 0 35 18 40 2E 38
Octal 274 303 133 4 0 65 30 100 56 70
Binary 10111100 11000011 1011011 100 0 110101 11000 1000000 101110 111000

Color Harmonies of #BCC35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC35B

Black with #BCC35B

Text Example


Text Example

White with #BCC35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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