Html Css Color HEX #B8C68C Caper

📋 copy color: '#B8C68C'

red 184 ◦ green 198 ◦ blue 140

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

Shades of Caper #B8C68C

Tints of Caper #B8C68C

RGB

 RED value IS 184 (72.27% from 255) = 35.25%

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

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

R = 35.25%
G = 37.93%
B = 26.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#B8C68C (or 0xB8C68C) is known color: Caper. HEX triplet: B8, C6 and 8C. RGB value is (184,198,140). Sum of RGB (Red+Green+Blue) = 184+198+140=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C68C is #473973. Grayscale: #BBBBBB. Windows color (decimal): -4667764 or 9225912. OLE color: 9225912.

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

Color convert

RGB 184 198 140 -
CMYK 0.07 0 0.29 0.22
HSL 74.48º 0.34% 0.66% -
HSV(B) 74.48º 0.29% 0.78% -
XYZ 44.69 52.47 32.58 -
YUV 187.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 184 198 140 0.07 0 0.29 0.22 74.48 0.34 0.66
Hex B8 C6 8C 7 0 1D 16 4A 22 42
Octal 270 306 214 7 0 35 26 112 42 102
Binary 10111000 11000110 10001100 111 0 11101 10110 1001010 100010 1000010

Color Harmonies of #B8C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C68C

Black with #B8C68C

Text Example


Text Example

White with #B8C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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