Html Css Color HEX #B5CE8A Caper

📋 copy color: '#B5CE8A'

red 181 ◦ green 206 ◦ blue 138

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

Shades of Caper #B5CE8A

Tints of Caper #B5CE8A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.24%

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 34.48%
G = 39.24%
B = 26.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#B5CE8A (or 0xB5CE8A) is known color: Caper. HEX triplet: B5, CE and 8A. RGB value is (181,206,138). Sum of RGB (Red+Green+Blue) = 181+206+138=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE8A is #4A3175. Grayscale: #BFBFBF. Windows color (decimal): -4862326 or 9096885. OLE color: 9096885.

HSL color Cylindrical-coordinate representation of color #B5CE8A: hue angle of 82.06º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5CE8A is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 138 -
CMYK 0.12 0 0.33 0.19
HSL 82.06º 0.41% 0.67% -
HSV(B) 82.06º 0.33% 0.81% -
XYZ 45.71 55.8 32.41 -
YUV 190.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 181 206 138 0.12 0 0.33 0.19 82.06 0.41 0.67
Hex B5 CE 8A C 0 21 13 52 29 43
Octal 265 316 212 14 0 41 23 122 51 103
Binary 10110101 11001110 10001010 1100 0 100001 10011 1010010 101001 1000011

Color Harmonies of #B5CE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CE8A

Black with #B5CE8A

Text Example


Text Example

White with #B5CE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CE8A; }

 p { color: rgb(181,206,138); }

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

background-color css

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

 a { background-color: rgb(181,206,138); }

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

border-color css

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

 span { border-color: rgb(181,206,138); }

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