Html Css Color HEX #B5C47D Caper

📋 copy color: '#B5C47D'

red 181 ◦ green 196 ◦ blue 125

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

Shades of Caper #B5C47D

Tints of Caper #B5C47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.04%

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

R = 36.06%
G = 39.04%
B = 24.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#B5C47D (or 0xB5C47D) is known color: Caper. HEX triplet: B5, C4 and 7D. RGB value is (181,196,125). Sum of RGB (Red+Green+Blue) = 181+196+125=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C47D is #4A3B82. Grayscale: #B7B7B7. Windows color (decimal): -4864899 or 8242357. OLE color: 8242357.

HSL color Cylindrical-coordinate representation of color #B5C47D: hue angle of 72.68º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C47D is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 196 125 -
CMYK 0.08 0 0.36 0.23
HSL 72.68º 0.38% 0.63% -
HSV(B) 72.68º 0.36% 0.77% -
XYZ 42.5 50.78 26.96 -
YUV 183.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 181 196 125 0.08 0 0.36 0.23 72.68 0.38 0.63
Hex B5 C4 7D 8 0 24 17 49 26 3F
Octal 265 304 175 10 0 44 27 111 46 77
Binary 10110101 11000100 1111101 1000 0 100100 10111 1001001 100110 111111

Color Harmonies of #B5C47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C47D

Black with #B5C47D

Text Example


Text Example

White with #B5C47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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