Html Css Color HEX #B5C08F Caper

📋 copy color: '#B5C08F'

red 181 ◦ green 192 ◦ blue 143

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

Shades of Caper #B5C08F

Tints of Caper #B5C08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.71%

R = 35.08%
G = 37.21%
B = 27.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#B5C08F (or 0xB5C08F) is known color: Caper. HEX triplet: B5, C0 and 8F. RGB value is (181,192,143). Sum of RGB (Red+Green+Blue) = 181+192+143=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C08F is #4A3F70. Grayscale: #B7B7B7. Windows color (decimal): -4865905 or 9420981. OLE color: 9420981.

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

Color convert

RGB 181 192 143 -
CMYK 0.06 0 0.26 0.25
HSL 73.47º 0.28% 0.66% -
HSV(B) 73.47º 0.26% 0.75% -
XYZ 42.86 49.51 33.28 -
YUV 183.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 181 192 143 0.06 0 0.26 0.25 73.47 0.28 0.66
Hex B5 C0 8F 6 0 1A 19 49 1C 42
Octal 265 300 217 6 0 32 31 111 34 102
Binary 10110101 11000000 10001111 110 0 11010 11001 1001001 11100 1000010

Color Harmonies of #B5C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C08F

Black with #B5C08F

Text Example


Text Example

White with #B5C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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