Html Css Color HEX #B5C58A Caper

📋 copy color: '#B5C58A'

red 181 ◦ green 197 ◦ blue 138

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

Shades of Caper #B5C58A

Tints of Caper #B5C58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 35.08%
G = 38.18%
B = 26.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#B5C58A (or 0xB5C58A) is known color: Caper. HEX triplet: B5, C5 and 8A. RGB value is (181,197,138). Sum of RGB (Red+Green+Blue) = 181+197+138=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C58A is #4A3A75. Grayscale: #B9B9B9. Windows color (decimal): -4864630 or 9094581. OLE color: 9094581.

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

Color convert

RGB 181 197 138 -
CMYK 0.08 0 0.30 0.23
HSL 76.27º 0.34% 0.66% -
HSV(B) 76.27º 0.3% 0.77% -
XYZ 43.61 51.59 31.7 -
YUV 185.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 181 197 138 0.08 0 0.30 0.23 76.27 0.34 0.66
Hex B5 C5 8A 8 0 1E 17 4C 22 42
Octal 265 305 212 10 0 36 27 114 42 102
Binary 10110101 11000101 10001010 1000 0 11110 10111 1001100 100010 1000010

Color Harmonies of #B5C58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C58A

Black with #B5C58A

Text Example


Text Example

White with #B5C58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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