Html Css Color HEX #B5C38B Caper

📋 copy color: '#B5C38B'

red 181 ◦ green 195 ◦ blue 139

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

Shades of Caper #B5C38B

Tints of Caper #B5C38B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

 BLUE value IS 139 (54.69% from 255) = 26.99%

R = 35.15%
G = 37.86%
B = 26.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#B5C38B (or 0xB5C38B) is known color: Caper. HEX triplet: B5, C3 and 8B. RGB value is (181,195,139). Sum of RGB (Red+Green+Blue) = 181+195+139=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C38B is #4A3C74. Grayscale: #B8B8B8. Windows color (decimal): -4865141 or 9159605. OLE color: 9159605.

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

Color convert

RGB 181 195 139 -
CMYK 0.07 0 0.29 0.24
HSL 75º 0.32% 0.65% -
HSV(B) 75º 0.29% 0.76% -
XYZ 43.23 50.72 31.94 -
YUV 184.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 181 195 139 0.07 0 0.29 0.24 75 0.32 0.65
Hex B5 C3 8B 7 0 1D 18 4B 20 41
Octal 265 303 213 7 0 35 30 113 40 101
Binary 10110101 11000011 10001011 111 0 11101 11000 1001011 100000 1000001

Color Harmonies of #B5C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C38B

Black with #B5C38B

Text Example


Text Example

White with #B5C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C38B; }

 p { color: rgb(181,195,139); }

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

background-color css

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

 a { background-color: rgb(181,195,139); }

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

border-color css

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

 span { border-color: rgb(181,195,139); }

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