Html Css Color HEX #BCC162 Wild Willow

📋 copy color: '#BCC162'

red 188 ◦ green 193 ◦ blue 98

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

Shades of Wild Willow #BCC162

Tints of Wild Willow #BCC162

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.29%

 BLUE value IS 98 (38.67% from 255) = 20.46%

R = 39.25%
G = 40.29%
B = 20.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#BCC162 (or 0xBCC162) is known color: Wild Willow. HEX triplet: BC, C1 and 62. RGB value is (188,193,98). Sum of RGB (Red+Green+Blue) = 188+193+98=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC162 is #433E9D. Grayscale: #B5B5B5. Windows color (decimal): -4406942 or 6472124. OLE color: 6472124.

HSL color Cylindrical-coordinate representation of color #BCC162: hue angle of 63.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC162 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 98 -
CMYK 0.03 0 0.49 0.24
HSL 63.16º 0.43% 0.57% -
HSV(B) 63.16º 0.49% 0.76% -
XYZ 42.01 49.71 18.94 -
YUV 180.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 188 193 98 0.03 0 0.49 0.24 63.16 0.43 0.57
Hex BC C1 62 3 0 31 18 3F 2B 39
Octal 274 301 142 3 0 61 30 77 53 71
Binary 10111100 11000001 1100010 11 0 110001 11000 111111 101011 111001

Color Harmonies of #BCC162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC162

Black with #BCC162

Text Example


Text Example

White with #BCC162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC162; }

 p { color: rgb(188,193,98); }

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

background-color css

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

 a { background-color: rgb(188,193,98); }

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

border-color css

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

 span { border-color: rgb(188,193,98); }

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