Html Css Color HEX #B5C785 Caper

📋 copy color: '#B5C785'

red 181 ◦ green 199 ◦ blue 133

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

Shades of Caper #B5C785

Tints of Caper #B5C785

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.79%

 BLUE value IS 133 (52.34% from 255) = 25.93%

R = 35.28%
G = 38.79%
B = 25.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#B5C785 (or 0xB5C785) is known color: Caper. HEX triplet: B5, C7 and 85. RGB value is (181,199,133). Sum of RGB (Red+Green+Blue) = 181+199+133=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C785 is #4A387A. Grayscale: #BABABA. Windows color (decimal): -4864123 or 8767413. OLE color: 8767413.

HSL color Cylindrical-coordinate representation of color #B5C785: hue angle of 76.36º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5C785 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 199 133 -
CMYK 0.09 0 0.33 0.22
HSL 76.36º 0.37% 0.65% -
HSV(B) 76.36º 0.33% 0.78% -
XYZ 43.71 52.36 29.99 -
YUV 186.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 181 199 133 0.09 0 0.33 0.22 76.36 0.37 0.65
Hex B5 C7 85 9 0 21 16 4C 25 41
Octal 265 307 205 11 0 41 26 114 45 101
Binary 10110101 11000111 10000101 1001 0 100001 10110 1001100 100101 1000001

Color Harmonies of #B5C785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C785

Black with #B5C785

Text Example


Text Example

White with #B5C785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C785; }

 p { color: rgb(181,199,133); }

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

background-color css

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

 a { background-color: rgb(181,199,133); }

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

border-color css

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

 span { border-color: rgb(181,199,133); }

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