Html Css Color HEX #B5C17D Caper

📋 copy color: '#B5C17D'

red 181 ◦ green 193 ◦ blue 125

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

Shades of Caper #B5C17D

Tints of Caper #B5C17D

RGB

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

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

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

R = 36.27%
G = 38.68%
B = 25.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#B5C17D (or 0xB5C17D) is known color: Caper. HEX triplet: B5, C1 and 7D. RGB value is (181,193,125). Sum of RGB (Red+Green+Blue) = 181+193+125=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C17D is #4A3E82. Grayscale: #B5B5B5. Windows color (decimal): -4865667 or 8241589. OLE color: 8241589.

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

Color convert

RGB 181 193 125 -
CMYK 0.06 0 0.35 0.24
HSL 70.59º 0.35% 0.62% -
HSV(B) 70.59º 0.35% 0.76% -
XYZ 41.83 49.44 26.74 -
YUV 181.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 181 193 125 0.06 0 0.35 0.24 70.59 0.35 0.62
Hex B5 C1 7D 6 0 23 18 47 23 3E
Octal 265 301 175 6 0 43 30 107 43 76
Binary 10110101 11000001 1111101 110 0 100011 11000 1000111 100011 111110

Color Harmonies of #B5C17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C17D

Black with #B5C17D

Text Example


Text Example

White with #B5C17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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