Html Css Color HEX #B5CA7E Caper

📋 copy color: '#B5CA7E'

red 181 ◦ green 202 ◦ blue 126

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

Shades of Caper #B5CA7E

Tints of Caper #B5CA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.75%

R = 35.56%
G = 39.69%
B = 24.75%

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

#B5CA7E (or 0xB5CA7E) is known color: Caper. HEX triplet: B5, CA and 7E. RGB value is (181,202,126). Sum of RGB (Red+Green+Blue) = 181+202+126=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA7E is #4A3581. Grayscale: #BBBBBB. Windows color (decimal): -4863362 or 8309429. OLE color: 8309429.

HSL color Cylindrical-coordinate representation of color #B5CA7E: hue angle of 76.58º 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 #B5CA7E is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 126 -
CMYK 0.10 0 0.38 0.21
HSL 76.58º 0.42% 0.64% -
HSV(B) 76.58º 0.38% 0.79% -
XYZ 43.94 53.57 27.76 -
YUV 187.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 181 202 126 0.10 0 0.38 0.21 76.58 0.42 0.64
Hex B5 CA 7E A 0 26 15 4D 2A 40
Octal 265 312 176 12 0 46 25 115 52 100
Binary 10110101 11001010 1111110 1010 0 100110 10101 1001101 101010 1000000

Color Harmonies of #B5CA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA7E

Black with #B5CA7E

Text Example


Text Example

White with #B5CA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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