Html Css Color HEX #B5CA7D Caper

📋 copy color: '#B5CA7D'

red 181 ◦ green 202 ◦ blue 125

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

Shades of Caper #B5CA7D

Tints of Caper #B5CA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.61%

R = 35.63%
G = 39.76%
B = 24.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#B5CA7D (or 0xB5CA7D) is known color: Caper. HEX triplet: B5, CA and 7D. RGB value is (181,202,125). Sum of RGB (Red+Green+Blue) = 181+202+125=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA7D is #4A3582. Grayscale: #BBBBBB. Windows color (decimal): -4863363 or 8243893. OLE color: 8243893.

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

Color convert

RGB 181 202 125 -
CMYK 0.10 0 0.38 0.21
HSL 76.36º 0.42% 0.64% -
HSV(B) 76.36º 0.38% 0.79% -
XYZ 43.88 53.55 27.42 -
YUV 186.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 181 202 125 0.10 0 0.38 0.21 76.36 0.42 0.64
Hex B5 CA 7D A 0 26 15 4C 2A 40
Octal 265 312 175 12 0 46 25 114 52 100
Binary 10110101 11001010 1111101 1010 0 100110 10101 1001100 101010 1000000

Color Harmonies of #B5CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA7D

Black with #B5CA7D

Text Example


Text Example

White with #B5CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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