Html Css Color HEX #B5C971 Caper

📋 copy color: '#B5C971'

red 181 ◦ green 201 ◦ blue 113

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

Shades of Caper #B5C971

Tints of Caper #B5C971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.83%

R = 36.57%
G = 40.61%
B = 22.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#B5C971 (or 0xB5C971) is known color: Caper. HEX triplet: B5, C9 and 71. RGB value is (181,201,113). Sum of RGB (Red+Green+Blue) = 181+201+113=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C971 is #4A368E. Grayscale: #B9B9B9. Windows color (decimal): -4863631 or 7457205. OLE color: 7457205.

HSL color Cylindrical-coordinate representation of color #B5C971: hue angle of 73.64º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5C971 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 201 113 -
CMYK 0.10 0 0.44 0.21
HSL 73.64º 0.45% 0.62% -
HSV(B) 73.64º 0.44% 0.79% -
XYZ 42.92 52.79 23.55 -
YUV 184.99 87.37 125.16 -
System Red Green Blue C M Y K H S L
Decimal 181 201 113 0.10 0 0.44 0.21 73.64 0.45 0.62
Hex B5 C9 71 A 0 2C 15 4A 2D 3E
Octal 265 311 161 12 0 54 25 112 55 76
Binary 10110101 11001001 1110001 1010 0 101100 10101 1001010 101101 111110

Color Harmonies of #B5C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C971

Black with #B5C971

Text Example


Text Example

White with #B5C971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C971; }

 p { color: rgb(181,201,113); }

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

background-color css

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

 a { background-color: rgb(181,201,113); }

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

border-color css

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

 span { border-color: rgb(181,201,113); }

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