Html Css Color HEX #B2D571 Caper

📋 copy color: '#B2D571'

red 178 ◦ green 213 ◦ blue 113

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

Shades of Caper #B2D571

Tints of Caper #B2D571

RGB

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

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

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

R = 35.32%
G = 42.26%
B = 22.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#B2D571 (or 0xB2D571) is known color: Caper. HEX triplet: B2, D5 and 71. RGB value is (178,213,113). Sum of RGB (Red+Green+Blue) = 178+213+113=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D571 is #4D2A8E. Grayscale: #BFBFBF. Windows color (decimal): -5057167 or 7460274. OLE color: 7460274.

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

Color convert

RGB 178 213 113 -
CMYK 0.16 0 0.47 0.16
HSL 81º 0.54% 0.64% -
HSV(B) 81º 0.47% 0.84% -
XYZ 45.13 58.25 24.49 -
YUV 191.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 178 213 113 0.16 0 0.47 0.16 81 0.54 0.64
Hex B2 D5 71 10 0 2F 10 51 36 40
Octal 262 325 161 20 0 57 20 121 66 100
Binary 10110010 11010101 1110001 10000 0 101111 10000 1010001 110110 1000000

Color Harmonies of #B2D571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D571

Black with #B2D571

Text Example


Text Example

White with #B2D571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D571; }

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

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

background-color css

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

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

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

border-color css

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

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

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