Html Css Color HEX #B1C279 Caper

📋 copy color: '#B1C279'

red 177 ◦ green 194 ◦ blue 121

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

Shades of Caper #B1C279

Tints of Caper #B1C279

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.43%

 BLUE value IS 121 (47.66% from 255) = 24.59%

R = 35.98%
G = 39.43%
B = 24.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#B1C279 (or 0xB1C279) is known color: Caper. HEX triplet: B1, C2 and 79. RGB value is (177,194,121). Sum of RGB (Red+Green+Blue) = 177+194+121=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C279 is #4E3D86. Grayscale: #B4B4B4. Windows color (decimal): -5127559 or 7979697. OLE color: 7979697.

HSL color Cylindrical-coordinate representation of color #B1C279: hue angle of 73.97º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1C279 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 121 -
CMYK 0.09 0 0.38 0.24
HSL 73.97º 0.37% 0.62% -
HSV(B) 73.97º 0.38% 0.76% -
XYZ 40.87 49.31 25.45 -
YUV 180.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 177 194 121 0.09 0 0.38 0.24 73.97 0.37 0.62
Hex B1 C2 79 9 0 26 18 4A 25 3E
Octal 261 302 171 11 0 46 30 112 45 76
Binary 10110001 11000010 1111001 1001 0 100110 11000 1001010 100101 111110

Color Harmonies of #B1C279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C279

Black with #B1C279

Text Example


Text Example

White with #B1C279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C279; }

 p { color: rgb(177,194,121); }

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

background-color css

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

 a { background-color: rgb(177,194,121); }

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

border-color css

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

 span { border-color: rgb(177,194,121); }

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