Html Css Color HEX #BCC568 Wild Willow

📋 copy color: '#BCC568'

red 188 ◦ green 197 ◦ blue 104

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

Shades of Wild Willow #BCC568

Tints of Wild Willow #BCC568

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.29%

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 38.45%
G = 40.29%
B = 21.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#BCC568 (or 0xBCC568) is known color: Wild Willow. HEX triplet: BC, C5 and 68. RGB value is (188,197,104). Sum of RGB (Red+Green+Blue) = 188+197+104=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC568 is #433A97. Grayscale: #B8B8B8. Windows color (decimal): -4405912 or 6866364. OLE color: 6866364.

HSL color Cylindrical-coordinate representation of color #BCC568: hue angle of 65.81º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCC568 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 104 -
CMYK 0.05 0 0.47 0.23
HSL 65.81º 0.44% 0.59% -
HSV(B) 65.81º 0.47% 0.77% -
XYZ 43.2 51.62 20.78 -
YUV 183.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 188 197 104 0.05 0 0.47 0.23 65.81 0.44 0.59
Hex BC C5 68 5 0 2F 17 42 2C 3B
Octal 274 305 150 5 0 57 27 102 54 73
Binary 10111100 11000101 1101000 101 0 101111 10111 1000010 101100 111011

Color Harmonies of #BCC568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC568

Black with #BCC568

Text Example


Text Example

White with #BCC568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC568; }

 p { color: rgb(188,197,104); }

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

background-color css

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

 a { background-color: rgb(188,197,104); }

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

border-color css

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

 span { border-color: rgb(188,197,104); }

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