Html Css Color HEX #B5C68C Caper

📋 copy color: '#B5C68C'

red 181 ◦ green 198 ◦ blue 140

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

Shades of Caper #B5C68C

Tints of Caper #B5C68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.15%

 BLUE value IS 140 (55.08% from 255) = 26.97%

R = 34.87%
G = 38.15%
B = 26.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#B5C68C (or 0xB5C68C) is known color: Caper. HEX triplet: B5, C6 and 8C. RGB value is (181,198,140). Sum of RGB (Red+Green+Blue) = 181+198+140=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C68C is #4A3973. Grayscale: #BABABA. Windows color (decimal): -4864372 or 9225909. OLE color: 9225909.

HSL color Cylindrical-coordinate representation of color #B5C68C: hue angle of 77.59º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5C68C is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 198 140 -
CMYK 0.09 0 0.29 0.22
HSL 77.59º 0.34% 0.66% -
HSV(B) 77.59º 0.29% 0.78% -
XYZ 43.98 52.11 32.55 -
YUV 186.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 181 198 140 0.09 0 0.29 0.22 77.59 0.34 0.66
Hex B5 C6 8C 9 0 1D 16 4E 22 42
Octal 265 306 214 11 0 35 26 116 42 102
Binary 10110101 11000110 10001100 1001 0 11101 10110 1001110 100010 1000010

Color Harmonies of #B5C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C68C

Black with #B5C68C

Text Example


Text Example

White with #B5C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C68C; }

 p { color: rgb(181,198,140); }

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

background-color css

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

 a { background-color: rgb(181,198,140); }

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

border-color css

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

 span { border-color: rgb(181,198,140); }

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