Html Css Color HEX #B5C28D Caper

📋 copy color: '#B5C28D'

red 181 ◦ green 194 ◦ blue 141

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

Shades of Caper #B5C28D

Tints of Caper #B5C28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 35.08%
G = 37.6%
B = 27.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#B5C28D (or 0xB5C28D) is known color: Caper. HEX triplet: B5, C2 and 8D. RGB value is (181,194,141). Sum of RGB (Red+Green+Blue) = 181+194+141=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C28D is #4A3D72. Grayscale: #B8B8B8. Windows color (decimal): -4865395 or 9290421. OLE color: 9290421.

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

Color convert

RGB 181 194 141 -
CMYK 0.07 0 0.27 0.24
HSL 74.72º 0.3% 0.66% -
HSV(B) 74.72º 0.27% 0.76% -
XYZ 43.16 50.33 32.64 -
YUV 184.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 181 194 141 0.07 0 0.27 0.24 74.72 0.3 0.66
Hex B5 C2 8D 7 0 1B 18 4B 1E 42
Octal 265 302 215 7 0 33 30 113 36 102
Binary 10110101 11000010 10001101 111 0 11011 11000 1001011 11110 1000010

Color Harmonies of #B5C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C28D

Black with #B5C28D

Text Example


Text Example

White with #B5C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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