Html Css Color HEX #BCC468 Wild Willow

📋 copy color: '#BCC468'

red 188 ◦ green 196 ◦ blue 104

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

Shades of Wild Willow #BCC468

Tints of Wild Willow #BCC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.16%

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

R = 38.52%
G = 40.16%
B = 21.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#BCC468 (or 0xBCC468) is known color: Wild Willow. HEX triplet: BC, C4 and 68. RGB value is (188,196,104). Sum of RGB (Red+Green+Blue) = 188+196+104=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC468 is #433B97. Grayscale: #B7B7B7. Windows color (decimal): -4406168 or 6866108. OLE color: 6866108.

HSL color Cylindrical-coordinate representation of color #BCC468: hue angle of 65.22º 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 #BCC468 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 104 -
CMYK 0.04 0 0.47 0.23
HSL 65.22º 0.44% 0.59% -
HSV(B) 65.22º 0.47% 0.77% -
XYZ 42.98 51.17 20.71 -
YUV 183.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 188 196 104 0.04 0 0.47 0.23 65.22 0.44 0.59
Hex BC C4 68 4 0 2F 17 41 2C 3B
Octal 274 304 150 4 0 57 27 101 54 73
Binary 10111100 11000100 1101000 100 0 101111 10111 1000001 101100 111011

Color Harmonies of #BCC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC468

Black with #BCC468

Text Example


Text Example

White with #BCC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC468; }

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

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

background-color css

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

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

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

border-color css

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

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

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