Html Css Color HEX #B2D57D Caper

📋 copy color: '#B2D57D'

red 178 ◦ green 213 ◦ blue 125

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

Shades of Caper #B2D57D

Tints of Caper #B2D57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.22%

R = 34.5%
G = 41.28%
B = 24.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#B2D57D (or 0xB2D57D) is known color: Caper. HEX triplet: B2, D5 and 7D. RGB value is (178,213,125). Sum of RGB (Red+Green+Blue) = 178+213+125=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D57D is #4D2A82. Grayscale: #C0C0C0. Windows color (decimal): -5057155 or 8246706. OLE color: 8246706.

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

Color convert

RGB 178 213 125 -
CMYK 0.16 0 0.41 0.16
HSL 83.86º 0.51% 0.66% -
HSV(B) 83.86º 0.41% 0.84% -
XYZ 45.86 58.53 28.28 -
YUV 192.5 89.9 117.66 -
System Red Green Blue C M Y K H S L
Decimal 178 213 125 0.16 0 0.41 0.16 83.86 0.51 0.66
Hex B2 D5 7D 10 0 29 10 54 33 42
Octal 262 325 175 20 0 51 20 124 63 102
Binary 10110010 11010101 1111101 10000 0 101001 10000 1010100 110011 1000010

Color Harmonies of #B2D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D57D

Black with #B2D57D

Text Example


Text Example

White with #B2D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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