Html Css Color HEX #B2BA81 Caper

📋 copy color: '#B2BA81'

red 178 ◦ green 186 ◦ blue 129

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

Shades of Caper #B2BA81

Tints of Caper #B2BA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.17%

R = 36.11%
G = 37.73%
B = 26.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B2BA81 (or 0xB2BA81) is known color: Caper. HEX triplet: B2, BA and 81. RGB value is (178,186,129). Sum of RGB (Red+Green+Blue) = 178+186+129=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA81 is #4D457E. Grayscale: #B1B1B1. Windows color (decimal): -5064063 or 8501938. OLE color: 8501938.

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

Color convert

RGB 178 186 129 -
CMYK 0.04 0 0.31 0.27
HSL 68.42º 0.29% 0.62% -
HSV(B) 68.42º 0.31% 0.73% -
XYZ 39.88 46.17 27.58 -
YUV 177.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 178 186 129 0.04 0 0.31 0.27 68.42 0.29 0.62
Hex B2 BA 81 4 0 1F 1B 44 1D 3E
Octal 262 272 201 4 0 37 33 104 35 76
Binary 10110010 10111010 10000001 100 0 11111 11011 1000100 11101 111110

Color Harmonies of #B2BA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA81

Black with #B2BA81

Text Example


Text Example

White with #B2BA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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