Html Css Color HEX #B5D085 Caper

📋 copy color: '#B5D085'

red 181 ◦ green 208 ◦ blue 133

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

Shades of Caper #B5D085

Tints of Caper #B5D085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.85%

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

R = 34.67%
G = 39.85%
B = 25.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#B5D085 (or 0xB5D085) is known color: Caper. HEX triplet: B5, D0 and 85. RGB value is (181,208,133). Sum of RGB (Red+Green+Blue) = 181+208+133=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D085 is #4A2F7A. Grayscale: #BFBFBF. Windows color (decimal): -4861819 or 8769717. OLE color: 8769717.

HSL color Cylindrical-coordinate representation of color #B5D085: hue angle of 81.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5D085 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 208 133 -
CMYK 0.13 0 0.36 0.18
HSL 81.6º 0.44% 0.67% -
HSV(B) 81.6º 0.36% 0.82% -
XYZ 45.85 56.63 30.7 -
YUV 191.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 181 208 133 0.13 0 0.36 0.18 81.6 0.44 0.67
Hex B5 D0 85 D 0 24 12 52 2C 43
Octal 265 320 205 15 0 44 22 122 54 103
Binary 10110101 11010000 10000101 1101 0 100100 10010 1010010 101100 1000011

Color Harmonies of #B5D085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D085

Black with #B5D085

Text Example


Text Example

White with #B5D085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D085; }

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

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

background-color css

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

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

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

border-color css

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

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

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