Html Css Color HEX #B5C068 Wild Willow

📋 copy color: '#B5C068'

red 181 ◦ green 192 ◦ blue 104

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

Shades of Wild Willow #B5C068

Tints of Wild Willow #B5C068

RGB

 RED value IS 181 (71.09% from 255) = 37.95%

 GREEN value IS 192 (75.39% from 255) = 40.25%

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

R = 37.95%
G = 40.25%
B = 21.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#B5C068 (or 0xB5C068) is known color: Wild Willow. HEX triplet: B5, C0 and 68. RGB value is (181,192,104). Sum of RGB (Red+Green+Blue) = 181+192+104=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C068 is #4A3F97. Grayscale: #B3B3B3. Windows color (decimal): -4865944 or 6865077. OLE color: 6865077.

HSL color Cylindrical-coordinate representation of color #B5C068: hue angle of 67.5º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5C068 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 104 -
CMYK 0.06 0 0.46 0.25
HSL 67.5º 0.41% 0.58% -
HSV(B) 67.5º 0.46% 0.75% -
XYZ 40.4 48.52 20.33 -
YUV 178.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 181 192 104 0.06 0 0.46 0.25 67.5 0.41 0.58
Hex B5 C0 68 6 0 2E 19 44 29 3A
Octal 265 300 150 6 0 56 31 104 51 72
Binary 10110101 11000000 1101000 110 0 101110 11001 1000100 101001 111010

Color Harmonies of #B5C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C068

Black with #B5C068

Text Example


Text Example

White with #B5C068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C068; }

 p { color: rgb(181,192,104); }

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

background-color css

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

 a { background-color: rgb(181,192,104); }

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

border-color css

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

 span { border-color: rgb(181,192,104); }

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