Html Css Color HEX #B5CA71 Caper

📋 copy color: '#B5CA71'

red 181 ◦ green 202 ◦ blue 113

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

Shades of Caper #B5CA71

Tints of Caper #B5CA71

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.73%

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

R = 36.49%
G = 40.73%
B = 22.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#B5CA71 (or 0xB5CA71) is known color: Caper. HEX triplet: B5, CA and 71. RGB value is (181,202,113). Sum of RGB (Red+Green+Blue) = 181+202+113=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA71 is #4A358E. Grayscale: #B9B9B9. Windows color (decimal): -4863375 or 7457461. OLE color: 7457461.

HSL color Cylindrical-coordinate representation of color #B5CA71: hue angle of 74.16º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5CA71 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 113 -
CMYK 0.10 0 0.44 0.21
HSL 74.16º 0.46% 0.62% -
HSV(B) 74.16º 0.44% 0.79% -
XYZ 43.16 53.26 23.63 -
YUV 185.58 87.04 124.74 -
System Red Green Blue C M Y K H S L
Decimal 181 202 113 0.10 0 0.44 0.21 74.16 0.46 0.62
Hex B5 CA 71 A 0 2C 15 4A 2E 3E
Octal 265 312 161 12 0 54 25 112 56 76
Binary 10110101 11001010 1110001 1010 0 101100 10101 1001010 101110 111110

Color Harmonies of #B5CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA71

Black with #B5CA71

Text Example


Text Example

White with #B5CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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