Html Css Color HEX #B5C28C Caper

📋 copy color: '#B5C28C'

red 181 ◦ green 194 ◦ blue 140

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

Shades of Caper #B5C28C

Tints of Caper #B5C28C

RGB

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

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

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

R = 35.15%
G = 37.67%
B = 27.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#B5C28C (or 0xB5C28C) is known color: Caper. HEX triplet: B5, C2 and 8C. RGB value is (181,194,140). Sum of RGB (Red+Green+Blue) = 181+194+140=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C28C is #4A3D73. Grayscale: #B8B8B8. Windows color (decimal): -4865396 or 9224885. OLE color: 9224885.

HSL color Cylindrical-coordinate representation of color #B5C28C: hue angle of 74.44º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5C28C is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 194 140 -
CMYK 0.07 0 0.28 0.24
HSL 74.44º 0.31% 0.65% -
HSV(B) 74.44º 0.28% 0.76% -
XYZ 43.08 50.3 32.25 -
YUV 183.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 181 194 140 0.07 0 0.28 0.24 74.44 0.31 0.65
Hex B5 C2 8C 7 0 1C 18 4A 1F 41
Octal 265 302 214 7 0 34 30 112 37 101
Binary 10110101 11000010 10001100 111 0 11100 11000 1001010 11111 1000001

Color Harmonies of #B5C28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C28C

Black with #B5C28C

Text Example


Text Example

White with #B5C28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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