Html Css Color HEX #BCC760 Wild Willow

📋 copy color: '#BCC760'

red 188 ◦ green 199 ◦ blue 96

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

Shades of Wild Willow #BCC760

Tints of Wild Willow #BCC760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.88%

R = 38.92%
G = 41.2%
B = 19.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#BCC760 (or 0xBCC760) is known color: Wild Willow. HEX triplet: BC, C7 and 60. RGB value is (188,199,96). Sum of RGB (Red+Green+Blue) = 188+199+96=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC760 is #43389F. Grayscale: #B8B8B8. Windows color (decimal): -4405408 or 6342588. OLE color: 6342588.

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

Color convert

RGB 188 199 96 -
CMYK 0.06 0 0.52 0.22
HSL 66.41º 0.48% 0.58% -
HSV(B) 66.41º 0.52% 0.78% -
XYZ 43.27 52.38 18.9 -
YUV 183.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 188 199 96 0.06 0 0.52 0.22 66.41 0.48 0.58
Hex BC C7 60 6 0 34 16 42 30 3A
Octal 274 307 140 6 0 64 26 102 60 72
Binary 10111100 11000111 1100000 110 0 110100 10110 1000010 110000 111010

Color Harmonies of #BCC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC760

Black with #BCC760

Text Example


Text Example

White with #BCC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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