Html Css Color HEX #B1D275 Caper

📋 copy color: '#B1D275'

red 177 ◦ green 210 ◦ blue 117

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

Shades of Caper #B1D275

Tints of Caper #B1D275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.67%

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

R = 35.12%
G = 41.67%
B = 23.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#B1D275 (or 0xB1D275) is known color: Caper. HEX triplet: B1, D2 and 75. RGB value is (177,210,117). Sum of RGB (Red+Green+Blue) = 177+210+117=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D275 is #4E2D8A. Grayscale: #BDBDBD. Windows color (decimal): -5123467 or 7721649. OLE color: 7721649.

HSL color Cylindrical-coordinate representation of color #B1D275: hue angle of 81.29º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1D275 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 210 117 -
CMYK 0.16 0 0.44 0.18
HSL 81.29º 0.51% 0.64% -
HSV(B) 81.29º 0.44% 0.82% -
XYZ 44.39 56.72 25.44 -
YUV 189.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 177 210 117 0.16 0 0.44 0.18 81.29 0.51 0.64
Hex B1 D2 75 10 0 2C 12 51 33 40
Octal 261 322 165 20 0 54 22 121 63 100
Binary 10110001 11010010 1110101 10000 0 101100 10010 1010001 110011 1000000

Color Harmonies of #B1D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D275

Black with #B1D275

Text Example


Text Example

White with #B1D275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D275; }

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

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

background-color css

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

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

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

border-color css

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

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

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