Html Css Color HEX #B0C28E Caper

📋 copy color: '#B0C28E'

red 176 ◦ green 194 ◦ blue 142

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

Shades of Caper #B0C28E

Tints of Caper #B0C28E

RGB

 RED value IS 176 (69.14% from 255) = 34.38%

 GREEN value IS 194 (76.17% from 255) = 37.89%

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 34.38%
G = 37.89%
B = 27.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#B0C28E (or 0xB0C28E) is known color: Caper. HEX triplet: B0, C2 and 8E. RGB value is (176,194,142). Sum of RGB (Red+Green+Blue) = 176+194+142=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C28E is #4F3D71. Grayscale: #B6B6B6. Windows color (decimal): -5193074 or 9355952. OLE color: 9355952.

HSL color Cylindrical-coordinate representation of color #B0C28E: hue angle of 80.77º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C28E is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 142 -
CMYK 0.09 0 0.27 0.24
HSL 80.77º 0.3% 0.66% -
HSV(B) 80.77º 0.27% 0.76% -
XYZ 42.08 49.77 32.98 -
YUV 182.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 176 194 142 0.09 0 0.27 0.24 80.77 0.3 0.66
Hex B0 C2 8E 9 0 1B 18 51 1E 42
Octal 260 302 216 11 0 33 30 121 36 102
Binary 10110000 11000010 10001110 1001 0 11011 11000 1010001 11110 1000010

Color Harmonies of #B0C28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C28E

Black with #B0C28E

Text Example


Text Example

White with #B0C28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C28E; }

 p { color: rgb(176,194,142); }

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

background-color css

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

 a { background-color: rgb(176,194,142); }

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

border-color css

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

 span { border-color: rgb(176,194,142); }

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