Html Css Color HEX #B5D071 Caper

📋 copy color: '#B5D071'

red 181 ◦ green 208 ◦ blue 113

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

Shades of Caper #B5D071

Tints of Caper #B5D071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.51%

R = 36.06%
G = 41.43%
B = 22.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#B5D071 (or 0xB5D071) is known color: Caper. HEX triplet: B5, D0 and 71. RGB value is (181,208,113). Sum of RGB (Red+Green+Blue) = 181+208+113=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D071 is #4A2F8E. Grayscale: #BDBDBD. Windows color (decimal): -4861839 or 7458997. OLE color: 7458997.

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

Color convert

RGB 181 208 113 -
CMYK 0.13 0 0.46 0.18
HSL 77.05º 0.5% 0.63% -
HSV(B) 77.05º 0.46% 0.82% -
XYZ 44.59 56.13 24.11 -
YUV 189.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 181 208 113 0.13 0 0.46 0.18 77.05 0.5 0.63
Hex B5 D0 71 D 0 2E 12 4D 32 3F
Octal 265 320 161 15 0 56 22 115 62 77
Binary 10110101 11010000 1110001 1101 0 101110 10010 1001101 110010 111111

Color Harmonies of #B5D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D071

Black with #B5D071

Text Example


Text Example

White with #B5D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D071; }

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

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

background-color css

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

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

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

border-color css

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

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

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