Html Css Color HEX #B5C58C Caper

📋 copy color: '#B5C58C'

red 181 ◦ green 197 ◦ blue 140

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

Shades of Caper #B5C58C

Tints of Caper #B5C58C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 34.94%
G = 38.03%
B = 27.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#B5C58C (or 0xB5C58C) is known color: Caper. HEX triplet: B5, C5 and 8C. RGB value is (181,197,140). Sum of RGB (Red+Green+Blue) = 181+197+140=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C58C is #4A3A73. Grayscale: #B9B9B9. Windows color (decimal): -4864628 or 9225653. OLE color: 9225653.

HSL color Cylindrical-coordinate representation of color #B5C58C: hue angle of 76.84º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5C58C is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 197 140 -
CMYK 0.08 0 0.29 0.23
HSL 76.84º 0.33% 0.66% -
HSV(B) 76.84º 0.29% 0.77% -
XYZ 43.76 51.65 32.47 -
YUV 185.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 181 197 140 0.08 0 0.29 0.23 76.84 0.33 0.66
Hex B5 C5 8C 8 0 1D 17 4D 21 42
Octal 265 305 214 10 0 35 27 115 41 102
Binary 10110101 11000101 10001100 1000 0 11101 10111 1001101 100001 1000010

Color Harmonies of #B5C58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C58C

Black with #B5C58C

Text Example


Text Example

White with #B5C58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C58C; }

 p { color: rgb(181,197,140); }

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

background-color css

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

 a { background-color: rgb(181,197,140); }

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

border-color css

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

 span { border-color: rgb(181,197,140); }

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