Html Css Color HEX #B2D57A Caper

📋 copy color: '#B2D57A'

red 178 ◦ green 213 ◦ blue 122

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

Shades of Caper #B2D57A

Tints of Caper #B2D57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.78%

R = 34.7%
G = 41.52%
B = 23.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#B2D57A (or 0xB2D57A) is known color: Caper. HEX triplet: B2, D5 and 7A. RGB value is (178,213,122). Sum of RGB (Red+Green+Blue) = 178+213+122=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D57A is #4D2A85. Grayscale: #C0C0C0. Windows color (decimal): -5057158 or 8050098. OLE color: 8050098.

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

Color convert

RGB 178 213 122 -
CMYK 0.16 0 0.43 0.16
HSL 83.08º 0.52% 0.66% -
HSV(B) 83.08º 0.43% 0.84% -
XYZ 45.67 58.46 27.29 -
YUV 192.16 88.4 117.9 -
System Red Green Blue C M Y K H S L
Decimal 178 213 122 0.16 0 0.43 0.16 83.08 0.52 0.66
Hex B2 D5 7A 10 0 2B 10 53 34 42
Octal 262 325 172 20 0 53 20 123 64 102
Binary 10110010 11010101 1111010 10000 0 101011 10000 1010011 110100 1000010

Color Harmonies of #B2D57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D57A

Black with #B2D57A

Text Example


Text Example

White with #B2D57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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