Html Css Color HEX #B5CE7F Caper

📋 copy color: '#B5CE7F'

red 181 ◦ green 206 ◦ blue 127

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

Shades of Caper #B5CE7F

Tints of Caper #B5CE7F

RGB

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

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

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

R = 35.21%
G = 40.08%
B = 24.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#B5CE7F (or 0xB5CE7F) is known color: Caper. HEX triplet: B5, CE and 7F. RGB value is (181,206,127). Sum of RGB (Red+Green+Blue) = 181+206+127=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CE7F is #4A3180. Grayscale: #BDBDBD. Windows color (decimal): -4862337 or 8375989. OLE color: 8375989.

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

Color convert

RGB 181 206 127 -
CMYK 0.12 0 0.38 0.19
HSL 78.99º 0.45% 0.65% -
HSV(B) 78.99º 0.38% 0.81% -
XYZ 44.96 55.5 28.42 -
YUV 189.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 181 206 127 0.12 0 0.38 0.19 78.99 0.45 0.65
Hex B5 CE 7F C 0 26 13 4F 2D 41
Octal 265 316 177 14 0 46 23 117 55 101
Binary 10110101 11001110 1111111 1100 0 100110 10011 1001111 101101 1000001

Color Harmonies of #B5CE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CE7F

Black with #B5CE7F

Text Example


Text Example

White with #B5CE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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