Html Css Color HEX #B2D570 Caper

📋 copy color: '#B2D570'

red 178 ◦ green 213 ◦ blue 112

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

Shades of Caper #B2D570

Tints of Caper #B2D570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 35.39%
G = 42.35%
B = 22.27%

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

#B2D570 (or 0xB2D570) is known color: Caper. HEX triplet: B2, D5 and 70. RGB value is (178,213,112). Sum of RGB (Red+Green+Blue) = 178+213+112=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D570 is #4D2A8F. Grayscale: #BFBFBF. Windows color (decimal): -5057168 or 7394738. OLE color: 7394738.

HSL color Cylindrical-coordinate representation of color #B2D570: hue angle of 80.79º degrees, saturation: 0.55, 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 #B2D570 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 112 -
CMYK 0.16 0 0.47 0.16
HSL 80.79º 0.55% 0.64% -
HSV(B) 80.79º 0.47% 0.84% -
XYZ 45.08 58.22 24.19 -
YUV 191.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 178 213 112 0.16 0 0.47 0.16 80.79 0.55 0.64
Hex B2 D5 70 10 0 2F 10 51 37 40
Octal 262 325 160 20 0 57 20 121 67 100
Binary 10110010 11010101 1110000 10000 0 101111 10000 1010001 110111 1000000

Color Harmonies of #B2D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D570

Black with #B2D570

Text Example


Text Example

White with #B2D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D570; }

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

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

background-color css

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

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

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

border-color css

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

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

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