Html Css Color HEX #B1D575 Caper

📋 copy color: '#B1D575'

red 177 ◦ green 213 ◦ blue 117

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

Shades of Caper #B1D575

Tints of Caper #B1D575

RGB

 RED value IS 177 (69.53% from 255) = 34.91%

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

 BLUE value IS 117 (46.09% from 255) = 23.08%

R = 34.91%
G = 42.01%
B = 23.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#B1D575 (or 0xB1D575) is known color: Caper. HEX triplet: B1, D5 and 75. RGB value is (177,213,117). Sum of RGB (Red+Green+Blue) = 177+213+117=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D575 is #4E2A8A. Grayscale: #BFBFBF. Windows color (decimal): -5122699 or 7722417. OLE color: 7722417.

HSL color Cylindrical-coordinate representation of color #B1D575: hue angle of 82.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1D575 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 213 117 -
CMYK 0.17 0 0.45 0.16
HSL 82.5º 0.53% 0.65% -
HSV(B) 82.5º 0.45% 0.84% -
XYZ 45.14 58.22 25.69 -
YUV 191.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 177 213 117 0.17 0 0.45 0.16 82.5 0.53 0.65
Hex B1 D5 75 11 0 2D 10 52 35 41
Octal 261 325 165 21 0 55 20 122 65 101
Binary 10110001 11010101 1110101 10001 0 101101 10000 1010010 110101 1000001

Color Harmonies of #B1D575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D575

Black with #B1D575

Text Example


Text Example

White with #B1D575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D575; }

 p { color: rgb(177,213,117); }

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

background-color css

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

 a { background-color: rgb(177,213,117); }

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

border-color css

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

 span { border-color: rgb(177,213,117); }

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