Html Css Color HEX #B2C088 Caper

📋 copy color: '#B2C088'

red 178 ◦ green 192 ◦ blue 136

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

Shades of Caper #B2C088

Tints of Caper #B2C088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

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

R = 35.18%
G = 37.94%
B = 26.88%

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

#B2C088 (or 0xB2C088) is known color: Caper. HEX triplet: B2, C0 and 88. RGB value is (178,192,136). Sum of RGB (Red+Green+Blue) = 178+192+136=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C088 is #4D3F77. Grayscale: #B5B5B5. Windows color (decimal): -5062520 or 8962226. OLE color: 8962226.

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

Color convert

RGB 178 192 136 -
CMYK 0.07 0 0.29 0.25
HSL 75º 0.31% 0.64% -
HSV(B) 75º 0.29% 0.75% -
XYZ 41.65 48.94 30.54 -
YUV 181.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 178 192 136 0.07 0 0.29 0.25 75 0.31 0.64
Hex B2 C0 88 7 0 1D 19 4B 1F 40
Octal 262 300 210 7 0 35 31 113 37 100
Binary 10110010 11000000 10001000 111 0 11101 11001 1001011 11111 1000000

Color Harmonies of #B2C088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C088

Black with #B2C088

Text Example


Text Example

White with #B2C088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C088; }

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

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

background-color css

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

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

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

border-color css

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

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

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