Html Css Color HEX #B2BA83 Caper

📋 copy color: '#B2BA83'

red 178 ◦ green 186 ◦ blue 131

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

Shades of Caper #B2BA83

Tints of Caper #B2BA83

RGB

 RED value IS 178 (69.92% from 255) = 35.96%

 GREEN value IS 186 (73.05% from 255) = 37.58%

 BLUE value IS 131 (51.56% from 255) = 26.46%

R = 35.96%
G = 37.58%
B = 26.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B2BA83 (or 0xB2BA83) is known color: Caper. HEX triplet: B2, BA and 83. RGB value is (178,186,131). Sum of RGB (Red+Green+Blue) = 178+186+131=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA83 is #4D457C. Grayscale: #B1B1B1. Windows color (decimal): -5064061 or 8633010. OLE color: 8633010.

HSL color Cylindrical-coordinate representation of color #B2BA83: hue angle of 68.73º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BA83 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 186 131 -
CMYK 0.04 0 0.30 0.27
HSL 68.73º 0.28% 0.62% -
HSV(B) 68.73º 0.3% 0.73% -
XYZ 40.02 46.22 28.29 -
YUV 177.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 178 186 131 0.04 0 0.30 0.27 68.73 0.28 0.62
Hex B2 BA 83 4 0 1E 1B 45 1C 3E
Octal 262 272 203 4 0 36 33 105 34 76
Binary 10110010 10111010 10000011 100 0 11110 11011 1000101 11100 111110

Color Harmonies of #B2BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA83

Black with #B2BA83

Text Example


Text Example

White with #B2BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA83; }

 p { color: rgb(178,186,131); }

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

background-color css

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

 a { background-color: rgb(178,186,131); }

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

border-color css

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

 span { border-color: rgb(178,186,131); }

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