Html Css Color HEX #B2BF88 Caper

📋 copy color: '#B2BF88'

red 178 ◦ green 191 ◦ blue 136

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

Shades of Caper #B2BF88

Tints of Caper #B2BF88

RGB

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

 GREEN value IS 191 (75% from 255) = 37.82%

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 35.25%
G = 37.82%
B = 26.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#B2BF88 (or 0xB2BF88) is known color: Caper. HEX triplet: B2, BF and 88. RGB value is (178,191,136). Sum of RGB (Red+Green+Blue) = 178+191+136=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF88 is #4D4077. Grayscale: #B5B5B5. Windows color (decimal): -5062776 or 8961970. OLE color: 8961970.

HSL color Cylindrical-coordinate representation of color #B2BF88: hue angle of 74.18º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2BF88 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 136 -
CMYK 0.07 0 0.29 0.25
HSL 74.18º 0.3% 0.64% -
HSV(B) 74.18º 0.29% 0.75% -
XYZ 41.43 48.5 30.47 -
YUV 180.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 178 191 136 0.07 0 0.29 0.25 74.18 0.3 0.64
Hex B2 BF 88 7 0 1D 19 4A 1E 40
Octal 262 277 210 7 0 35 31 112 36 100
Binary 10110010 10111111 10001000 111 0 11101 11001 1001010 11110 1000000

Color Harmonies of #B2BF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF88

Black with #B2BF88

Text Example


Text Example

White with #B2BF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF88; }

 p { color: rgb(178,191,136); }

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

background-color css

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

 a { background-color: rgb(178,191,136); }

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

border-color css

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

 span { border-color: rgb(178,191,136); }

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