Html Css Color HEX #B2C08D Caper

📋 copy color: '#B2C08D'

red 178 ◦ green 192 ◦ blue 141

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

Shades of Caper #B2C08D

Tints of Caper #B2C08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.59%

R = 34.83%
G = 37.57%
B = 27.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#B2C08D (or 0xB2C08D) is known color: Caper. HEX triplet: B2, C0 and 8D. RGB value is (178,192,141). Sum of RGB (Red+Green+Blue) = 178+192+141=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C08D is #4D3F72. Grayscale: #B6B6B6. Windows color (decimal): -5062515 or 9289906. OLE color: 9289906.

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

Color convert

RGB 178 192 141 -
CMYK 0.07 0 0.27 0.25
HSL 76.47º 0.29% 0.65% -
HSV(B) 76.47º 0.27% 0.75% -
XYZ 42.02 49.09 32.46 -
YUV 182 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 178 192 141 0.07 0 0.27 0.25 76.47 0.29 0.65
Hex B2 C0 8D 7 0 1B 19 4C 1D 41
Octal 262 300 215 7 0 33 31 114 35 101
Binary 10110010 11000000 10001101 111 0 11011 11001 1001100 11101 1000001

Color Harmonies of #B2C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C08D

Black with #B2C08D

Text Example


Text Example

White with #B2C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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