Html Css Color HEX #B4C68B Caper

📋 copy color: '#B4C68B'

red 180 ◦ green 198 ◦ blue 139

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

Shades of Caper #B4C68B

Tints of Caper #B4C68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.89%

R = 34.82%
G = 38.3%
B = 26.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#B4C68B (or 0xB4C68B) is known color: Caper. HEX triplet: B4, C6 and 8B. RGB value is (180,198,139). Sum of RGB (Red+Green+Blue) = 180+198+139=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C68B is #4B3974. Grayscale: #BABABA. Windows color (decimal): -4929909 or 9160372. OLE color: 9160372.

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

Color convert

RGB 180 198 139 -
CMYK 0.09 0 0.30 0.22
HSL 78.31º 0.34% 0.66% -
HSV(B) 78.31º 0.3% 0.78% -
XYZ 43.68 51.96 32.15 -
YUV 185.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 180 198 139 0.09 0 0.30 0.22 78.31 0.34 0.66
Hex B4 C6 8B 9 0 1E 16 4E 22 42
Octal 264 306 213 11 0 36 26 116 42 102
Binary 10110100 11000110 10001011 1001 0 11110 10110 1001110 100010 1000010

Color Harmonies of #B4C68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C68B

Black with #B4C68B

Text Example


Text Example

White with #B4C68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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