Html Css Color HEX #B5C17F Caper

📋 copy color: '#B5C17F'

red 181 ◦ green 193 ◦ blue 127

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

Shades of Caper #B5C17F

Tints of Caper #B5C17F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.52%

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

R = 36.13%
G = 38.52%
B = 25.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#B5C17F (or 0xB5C17F) is known color: Caper. HEX triplet: B5, C1 and 7F. RGB value is (181,193,127). Sum of RGB (Red+Green+Blue) = 181+193+127=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C17F is #4A3E80. Grayscale: #B6B6B6. Windows color (decimal): -4865665 or 8372661. OLE color: 8372661.

HSL color Cylindrical-coordinate representation of color #B5C17F: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5C17F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 193 127 -
CMYK 0.06 0 0.34 0.24
HSL 70.91º 0.35% 0.63% -
HSV(B) 70.91º 0.34% 0.76% -
XYZ 41.96 49.5 27.42 -
YUV 181.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 181 193 127 0.06 0 0.34 0.24 70.91 0.35 0.63
Hex B5 C1 7F 6 0 22 18 47 23 3F
Octal 265 301 177 6 0 42 30 107 43 77
Binary 10110101 11000001 1111111 110 0 100010 11000 1000111 100011 111111

Color Harmonies of #B5C17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C17F

Black with #B5C17F

Text Example


Text Example

White with #B5C17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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