Html Css Color HEX #B2C271 Caper

📋 copy color: '#B2C271'

red 178 ◦ green 194 ◦ blue 113

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

Shades of Caper #B2C271

Tints of Caper #B2C271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 36.7%
G = 40%
B = 23.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B2C271 (or 0xB2C271) is known color: Caper. HEX triplet: B2, C2 and 71. RGB value is (178,194,113). Sum of RGB (Red+Green+Blue) = 178+194+113=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C271 is #4D3D8E. Grayscale: #B4B4B4. Windows color (decimal): -5062031 or 7455410. OLE color: 7455410.

HSL color Cylindrical-coordinate representation of color #B2C271: hue angle of 71.85º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2C271 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 113 -
CMYK 0.08 0 0.42 0.24
HSL 71.85º 0.4% 0.6% -
HSV(B) 71.85º 0.42% 0.76% -
XYZ 40.63 49.24 22.99 -
YUV 179.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 178 194 113 0.08 0 0.42 0.24 71.85 0.4 0.6
Hex B2 C2 71 8 0 2A 18 48 28 3C
Octal 262 302 161 10 0 52 30 110 50 74
Binary 10110010 11000010 1110001 1000 0 101010 11000 1001000 101000 111100

Color Harmonies of #B2C271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C271

Black with #B2C271

Text Example


Text Example

White with #B2C271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C271; }

 p { color: rgb(178,194,113); }

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

background-color css

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

 a { background-color: rgb(178,194,113); }

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

border-color css

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

 span { border-color: rgb(178,194,113); }

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