Html Css Color HEX #B2C58E Caper

📋 copy color: '#B2C58E'

red 178 ◦ green 197 ◦ blue 142

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

Shades of Caper #B2C58E

Tints of Caper #B2C58E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.1%

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

R = 34.43%
G = 38.1%
B = 27.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#B2C58E (or 0xB2C58E) is known color: Caper. HEX triplet: B2, C5 and 8E. RGB value is (178,197,142). Sum of RGB (Red+Green+Blue) = 178+197+142=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C58E is #4D3A71. Grayscale: #B9B9B9. Windows color (decimal): -5061234 or 9356722. OLE color: 9356722.

HSL color Cylindrical-coordinate representation of color #B2C58E: hue angle of 80.73º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2C58E is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 197 142 -
CMYK 0.10 0 0.28 0.23
HSL 80.73º 0.32% 0.66% -
HSV(B) 80.73º 0.28% 0.77% -
XYZ 43.21 51.35 33.23 -
YUV 185.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 178 197 142 0.10 0 0.28 0.23 80.73 0.32 0.66
Hex B2 C5 8E A 0 1C 17 51 20 42
Octal 262 305 216 12 0 34 27 121 40 102
Binary 10110010 11000101 10001110 1010 0 11100 10111 1010001 100000 1000010

Color Harmonies of #B2C58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C58E

Black with #B2C58E

Text Example


Text Example

White with #B2C58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C58E; }

 p { color: rgb(178,197,142); }

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

background-color css

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

 a { background-color: rgb(178,197,142); }

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

border-color css

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

 span { border-color: rgb(178,197,142); }

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