Html Css Color HEX #B3C068 Wild Willow

📋 copy color: '#B3C068'

red 179 ◦ green 192 ◦ blue 104

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

Shades of Wild Willow #B3C068

Tints of Wild Willow #B3C068

RGB

 RED value IS 179 (70.31% from 255) = 37.68%

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

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

R = 37.68%
G = 40.42%
B = 21.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#B3C068 (or 0xB3C068) is known color: Wild Willow. HEX triplet: B3, C0 and 68. RGB value is (179,192,104). Sum of RGB (Red+Green+Blue) = 179+192+104=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C068 is #4C3F97. Grayscale: #B2B2B2. Windows color (decimal): -4997016 or 6865075. OLE color: 6865075.

HSL color Cylindrical-coordinate representation of color #B3C068: hue angle of 68.86º 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 #B3C068 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 192 104 -
CMYK 0.07 0 0.46 0.25
HSL 68.86º 0.41% 0.58% -
HSV(B) 68.86º 0.46% 0.75% -
XYZ 39.94 48.28 20.31 -
YUV 178.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 179 192 104 0.07 0 0.46 0.25 68.86 0.41 0.58
Hex B3 C0 68 7 0 2E 19 45 29 3A
Octal 263 300 150 7 0 56 31 105 51 72
Binary 10110011 11000000 1101000 111 0 101110 11001 1000101 101001 111010

Color Harmonies of #B3C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C068

Black with #B3C068

Text Example


Text Example

White with #B3C068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C068; }

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

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

background-color css

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

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

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

border-color css

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

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

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