Html Css Color HEX #B5C082 Caper

📋 copy color: '#B5C082'

red 181 ◦ green 192 ◦ blue 130

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

Shades of Caper #B5C082

Tints of Caper #B5C082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 35.98%
G = 38.17%
B = 25.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#B5C082 (or 0xB5C082) is known color: Caper. HEX triplet: B5, C0 and 82. RGB value is (181,192,130). Sum of RGB (Red+Green+Blue) = 181+192+130=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C082 is #4A3F7D. Grayscale: #B5B5B5. Windows color (decimal): -4865918 or 8569013. OLE color: 8569013.

HSL color Cylindrical-coordinate representation of color #B5C082: hue angle of 70.65º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5C082 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 130 -
CMYK 0.06 0 0.32 0.25
HSL 70.65º 0.33% 0.63% -
HSV(B) 70.65º 0.32% 0.75% -
XYZ 41.93 49.13 28.39 -
YUV 181.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 181 192 130 0.06 0 0.32 0.25 70.65 0.33 0.63
Hex B5 C0 82 6 0 20 19 47 21 3F
Octal 265 300 202 6 0 40 31 107 41 77
Binary 10110101 11000000 10000010 110 0 100000 11001 1000111 100001 111111

Color Harmonies of #B5C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C082

Black with #B5C082

Text Example


Text Example

White with #B5C082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C082; }

 p { color: rgb(181,192,130); }

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

background-color css

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

 a { background-color: rgb(181,192,130); }

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

border-color css

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

 span { border-color: rgb(181,192,130); }

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