Html Css Color HEX #B1C968 Wild Willow

📋 copy color: '#B1C968'

red 177 ◦ green 201 ◦ blue 104

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

Shades of Wild Willow #B1C968

Tints of Wild Willow #B1C968

RGB

 RED value IS 177 (69.53% from 255) = 36.72%

 GREEN value IS 201 (78.91% from 255) = 41.7%

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

R = 36.72%
G = 41.7%
B = 21.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#B1C968 (or 0xB1C968) is known color: Wild Willow. HEX triplet: B1, C9 and 68. RGB value is (177,201,104). Sum of RGB (Red+Green+Blue) = 177+201+104=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C968 is #4E3697. Grayscale: #B7B7B7. Windows color (decimal): -5125784 or 6867377. OLE color: 6867377.

HSL color Cylindrical-coordinate representation of color #B1C968: hue angle of 74.85º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1C968 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 201 104 -
CMYK 0.12 0 0.48 0.21
HSL 74.85º 0.47% 0.6% -
HSV(B) 74.85º 0.48% 0.79% -
XYZ 41.52 52.12 20.97 -
YUV 182.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 177 201 104 0.12 0 0.48 0.21 74.85 0.47 0.6
Hex B1 C9 68 C 0 30 15 4B 2F 3C
Octal 261 311 150 14 0 60 25 113 57 74
Binary 10110001 11001001 1101000 1100 0 110000 10101 1001011 101111 111100

Color Harmonies of #B1C968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C968

Black with #B1C968

Text Example


Text Example

White with #B1C968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C968; }

 p { color: rgb(177,201,104); }

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

background-color css

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

 a { background-color: rgb(177,201,104); }

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

border-color css

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

 span { border-color: rgb(177,201,104); }

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