Html Css Color HEX #B1D276 Caper

📋 copy color: '#B1D276'

red 177 ◦ green 210 ◦ blue 118

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

Shades of Caper #B1D276

Tints of Caper #B1D276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 35.05%
G = 41.58%
B = 23.37%

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

#B1D276 (or 0xB1D276) is known color: Caper. HEX triplet: B1, D2 and 76. RGB value is (177,210,118). Sum of RGB (Red+Green+Blue) = 177+210+118=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D276 is #4E2D89. Grayscale: #BDBDBD. Windows color (decimal): -5123466 or 7787185. OLE color: 7787185.

HSL color Cylindrical-coordinate representation of color #B1D276: hue angle of 81.52º 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 #B1D276 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 210 118 -
CMYK 0.16 0 0.44 0.18
HSL 81.52º 0.51% 0.64% -
HSV(B) 81.52º 0.44% 0.82% -
XYZ 44.45 56.75 25.75 -
YUV 189.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 177 210 118 0.16 0 0.44 0.18 81.52 0.51 0.64
Hex B1 D2 76 10 0 2C 12 52 33 40
Octal 261 322 166 20 0 54 22 122 63 100
Binary 10110001 11010010 1110110 10000 0 101100 10010 1010010 110011 1000000

Color Harmonies of #B1D276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D276

Black with #B1D276

Text Example


Text Example

White with #B1D276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D276; }

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

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

background-color css

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

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

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

border-color css

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

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

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