Html Css Color HEX #B5CA7F Caper

📋 copy color: '#B5CA7F'

red 181 ◦ green 202 ◦ blue 127

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

Shades of Caper #B5CA7F

Tints of Caper #B5CA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.9%

R = 35.49%
G = 39.61%
B = 24.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#B5CA7F (or 0xB5CA7F) is known color: Caper. HEX triplet: B5, CA and 7F. RGB value is (181,202,127). Sum of RGB (Red+Green+Blue) = 181+202+127=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA7F is #4A3580. Grayscale: #BBBBBB. Windows color (decimal): -4863361 or 8374965. OLE color: 8374965.

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

Color convert

RGB 181 202 127 -
CMYK 0.10 0 0.37 0.21
HSL 76.8º 0.41% 0.65% -
HSV(B) 76.8º 0.37% 0.79% -
XYZ 44.01 53.6 28.1 -
YUV 187.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 181 202 127 0.10 0 0.37 0.21 76.8 0.41 0.65
Hex B5 CA 7F A 0 25 15 4D 29 41
Octal 265 312 177 12 0 45 25 115 51 101
Binary 10110101 11001010 1111111 1010 0 100101 10101 1001101 101001 1000001

Color Harmonies of #B5CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA7F

Black with #B5CA7F

Text Example


Text Example

White with #B5CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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