Html Css Color HEX #B2C471 Caper

📋 copy color: '#B2C471'

red 178 ◦ green 196 ◦ blue 113

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

Shades of Caper #B2C471

Tints of Caper #B2C471

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.25%

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

R = 36.55%
G = 40.25%
B = 23.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#B2C471 (or 0xB2C471) is known color: Caper. HEX triplet: B2, C4 and 71. RGB value is (178,196,113). Sum of RGB (Red+Green+Blue) = 178+196+113=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C471 is #4D3B8E. Grayscale: #B5B5B5. Windows color (decimal): -5061519 or 7455922. OLE color: 7455922.

HSL color Cylindrical-coordinate representation of color #B2C471: hue angle of 73.01º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2C471 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 196 113 -
CMYK 0.09 0 0.42 0.23
HSL 73.01º 0.41% 0.61% -
HSV(B) 73.01º 0.42% 0.77% -
XYZ 41.08 50.14 23.14 -
YUV 181.16 89.54 125.75 -
System Red Green Blue C M Y K H S L
Decimal 178 196 113 0.09 0 0.42 0.23 73.01 0.41 0.61
Hex B2 C4 71 9 0 2A 17 49 29 3D
Octal 262 304 161 11 0 52 27 111 51 75
Binary 10110010 11000100 1110001 1001 0 101010 10111 1001001 101001 111101

Color Harmonies of #B2C471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C471

Black with #B2C471

Text Example


Text Example

White with #B2C471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C471; }

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

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

background-color css

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

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

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

border-color css

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

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

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