Html Css Color HEX #BCC95B Wild Willow

📋 copy color: '#BCC95B'

red 188 ◦ green 201 ◦ blue 91

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

Shades of Wild Willow #BCC95B

Tints of Wild Willow #BCC95B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.88%

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

R = 39.17%
G = 41.88%
B = 18.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#BCC95B (or 0xBCC95B) is known color: Wild Willow. HEX triplet: BC, C9 and 5B. RGB value is (188,201,91). Sum of RGB (Red+Green+Blue) = 188+201+91=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC95B is #4336A4. Grayscale: #B8B8B8. Windows color (decimal): -4404901 or 6015420. OLE color: 6015420.

HSL color Cylindrical-coordinate representation of color #BCC95B: hue angle of 67.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCC95B is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 91 -
CMYK 0.06 0 0.55 0.21
HSL 67.09º 0.5% 0.57% -
HSV(B) 67.09º 0.55% 0.79% -
XYZ 43.51 53.22 17.88 -
YUV 184.57 75.19 130.44 -
System Red Green Blue C M Y K H S L
Decimal 188 201 91 0.06 0 0.55 0.21 67.09 0.5 0.57
Hex BC C9 5B 6 0 37 15 43 32 39
Octal 274 311 133 6 0 67 25 103 62 71
Binary 10111100 11001001 1011011 110 0 110111 10101 1000011 110010 111001

Color Harmonies of #BCC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC95B

Black with #BCC95B

Text Example


Text Example

White with #BCC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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