Html Css Color HEX #B2C57F Caper

📋 copy color: '#B2C57F'

red 178 ◦ green 197 ◦ blue 127

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

Shades of Caper #B2C57F

Tints of Caper #B2C57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.3%

R = 35.46%
G = 39.24%
B = 25.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#B2C57F (or 0xB2C57F) is known color: Caper. HEX triplet: B2, C5 and 7F. RGB value is (178,197,127). Sum of RGB (Red+Green+Blue) = 178+197+127=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C57F is #4D3A80. Grayscale: #B7B7B7. Windows color (decimal): -5061249 or 8373682. OLE color: 8373682.

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

Color convert

RGB 178 197 127 -
CMYK 0.10 0 0.36 0.23
HSL 76.29º 0.38% 0.64% -
HSV(B) 76.29º 0.36% 0.77% -
XYZ 42.16 50.93 27.69 -
YUV 183.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 178 197 127 0.10 0 0.36 0.23 76.29 0.38 0.64
Hex B2 C5 7F A 0 24 17 4C 26 40
Octal 262 305 177 12 0 44 27 114 46 100
Binary 10110010 11000101 1111111 1010 0 100100 10111 1001100 100110 1000000

Color Harmonies of #B2C57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C57F

Black with #B2C57F

Text Example


Text Example

White with #B2C57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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