Html Css Color HEX #BCC955 Wild Willow

📋 copy color: '#BCC955'

red 188 ◦ green 201 ◦ blue 85

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

Shades of Wild Willow #BCC955

Tints of Wild Willow #BCC955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.93%

R = 39.66%
G = 42.41%
B = 17.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#BCC955 (or 0xBCC955) is known color: Wild Willow. HEX triplet: BC, C9 and 55. RGB value is (188,201,85). Sum of RGB (Red+Green+Blue) = 188+201+85=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC955 is #4336AA. Grayscale: #B8B8B8. Windows color (decimal): -4404907 or 5622204. OLE color: 5622204.

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

Color convert

RGB 188 201 85 -
CMYK 0.06 0 0.58 0.21
HSL 66.72º 0.52% 0.56% -
HSV(B) 66.72º 0.58% 0.79% -
XYZ 43.27 53.12 16.57 -
YUV 183.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 188 201 85 0.06 0 0.58 0.21 66.72 0.52 0.56
Hex BC C9 55 6 0 3A 15 43 34 38
Octal 274 311 125 6 0 72 25 103 64 70
Binary 10111100 11001001 1010101 110 0 111010 10101 1000011 110100 111000

Color Harmonies of #BCC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC955

Black with #BCC955

Text Example


Text Example

White with #BCC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC955; }

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

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

background-color css

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

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

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

border-color css

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

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

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