Html Css Color HEX #B4C68C Caper

📋 copy color: '#B4C68C'

red 180 ◦ green 198 ◦ blue 140

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

Shades of Caper #B4C68C

Tints of Caper #B4C68C

RGB

 RED value IS 180 (70.7% from 255) = 34.75%

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

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

R = 34.75%
G = 38.22%
B = 27.03%

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

#B4C68C (or 0xB4C68C) is known color: Caper. HEX triplet: B4, C6 and 8C. RGB value is (180,198,140). Sum of RGB (Red+Green+Blue) = 180+198+140=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C68C is #4B3973. Grayscale: #BABABA. Windows color (decimal): -4929908 or 9225908. OLE color: 9225908.

HSL color Cylindrical-coordinate representation of color #B4C68C: hue angle of 78.62º 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 #B4C68C is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 198 140 -
CMYK 0.09 0 0.29 0.22
HSL 78.62º 0.34% 0.66% -
HSV(B) 78.62º 0.29% 0.78% -
XYZ 43.75 51.98 32.54 -
YUV 186.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 180 198 140 0.09 0 0.29 0.22 78.62 0.34 0.66
Hex B4 C6 8C 9 0 1D 16 4F 22 42
Octal 264 306 214 11 0 35 26 117 42 102
Binary 10110100 11000110 10001100 1001 0 11101 10110 1001111 100010 1000010

Color Harmonies of #B4C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C68C

Black with #B4C68C

Text Example


Text Example

White with #B4C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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