Html Css Color HEX #BCC765 Wild Willow

📋 copy color: '#BCC765'

red 188 ◦ green 199 ◦ blue 101

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

Shades of Wild Willow #BCC765

Tints of Wild Willow #BCC765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.7%

R = 38.52%
G = 40.78%
B = 20.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#BCC765 (or 0xBCC765) is known color: Wild Willow. HEX triplet: BC, C7 and 65. RGB value is (188,199,101). Sum of RGB (Red+Green+Blue) = 188+199+101=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC765 is #43389A. Grayscale: #B8B8B8. Windows color (decimal): -4405403 or 6670268. OLE color: 6670268.

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

Color convert

RGB 188 199 101 -
CMYK 0.06 0 0.49 0.22
HSL 66.73º 0.47% 0.59% -
HSV(B) 66.73º 0.49% 0.78% -
XYZ 43.51 52.48 20.15 -
YUV 184.54 80.86 130.47 -
System Red Green Blue C M Y K H S L
Decimal 188 199 101 0.06 0 0.49 0.22 66.73 0.47 0.59
Hex BC C7 65 6 0 31 16 43 2F 3B
Octal 274 307 145 6 0 61 26 103 57 73
Binary 10111100 11000111 1100101 110 0 110001 10110 1000011 101111 111011

Color Harmonies of #BCC765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC765

Black with #BCC765

Text Example


Text Example

White with #BCC765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC765; }

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

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

background-color css

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

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

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

border-color css

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

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

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