Html Css Color HEX #B2D573 Caper

📋 copy color: '#B2D573'

red 178 ◦ green 213 ◦ blue 115

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

Shades of Caper #B2D573

Tints of Caper #B2D573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.09%

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 35.18%
G = 42.09%
B = 22.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#B2D573 (or 0xB2D573) is known color: Caper. HEX triplet: B2, D5 and 73. RGB value is (178,213,115). Sum of RGB (Red+Green+Blue) = 178+213+115=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D573 is #4D2A8C. Grayscale: #BFBFBF. Windows color (decimal): -5057165 or 7591346. OLE color: 7591346.

HSL color Cylindrical-coordinate representation of color #B2D573: hue angle of 81.43º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2D573 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 115 -
CMYK 0.16 0 0.46 0.16
HSL 81.43º 0.54% 0.64% -
HSV(B) 81.43º 0.46% 0.84% -
XYZ 45.25 58.29 25.09 -
YUV 191.36 84.9 118.47 -
System Red Green Blue C M Y K H S L
Decimal 178 213 115 0.16 0 0.46 0.16 81.43 0.54 0.64
Hex B2 D5 73 10 0 2E 10 51 36 40
Octal 262 325 163 20 0 56 20 121 66 100
Binary 10110010 11010101 1110011 10000 0 101110 10000 1010001 110110 1000000

Color Harmonies of #B2D573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D573

Black with #B2D573

Text Example


Text Example

White with #B2D573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D573; }

 p { color: rgb(178,213,115); }

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

background-color css

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

 a { background-color: rgb(178,213,115); }

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

border-color css

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

 span { border-color: rgb(178,213,115); }

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