Html Css Color HEX #BCC367 Wild Willow

📋 copy color: '#BCC367'

red 188 ◦ green 195 ◦ blue 103

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

Shades of Wild Willow #BCC367

Tints of Wild Willow #BCC367

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

 BLUE value IS 103 (40.63% from 255) = 21.19%

R = 38.68%
G = 40.12%
B = 21.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#BCC367 (or 0xBCC367) is known color: Wild Willow. HEX triplet: BC, C3 and 67. RGB value is (188,195,103). Sum of RGB (Red+Green+Blue) = 188+195+103=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC367 is #433C98. Grayscale: #B6B6B6. Windows color (decimal): -4406425 or 6800316. OLE color: 6800316.

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

Color convert

RGB 188 195 103 -
CMYK 0.04 0 0.47 0.24
HSL 64.57º 0.43% 0.58% -
HSV(B) 64.57º 0.47% 0.76% -
XYZ 42.7 50.7 20.37 -
YUV 182.42 83.18 131.98 -
System Red Green Blue C M Y K H S L
Decimal 188 195 103 0.04 0 0.47 0.24 64.57 0.43 0.58
Hex BC C3 67 4 0 2F 18 41 2B 3A
Octal 274 303 147 4 0 57 30 101 53 72
Binary 10111100 11000011 1100111 100 0 101111 11000 1000001 101011 111010

Color Harmonies of #BCC367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC367

Black with #BCC367

Text Example


Text Example

White with #BCC367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC367; }

 p { color: rgb(188,195,103); }

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

background-color css

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

 a { background-color: rgb(188,195,103); }

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

border-color css

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

 span { border-color: rgb(188,195,103); }

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