Html Css Color HEX #B1C272 Caper

📋 copy color: '#B1C272'

red 177 ◦ green 194 ◦ blue 114

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

Shades of Caper #B1C272

Tints of Caper #B1C272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40%

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 36.49%
G = 40%
B = 23.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#B1C272 (or 0xB1C272) is known color: Caper. HEX triplet: B1, C2 and 72. RGB value is (177,194,114). Sum of RGB (Red+Green+Blue) = 177+194+114=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C272 is #4E3D8D. Grayscale: #B4B4B4. Windows color (decimal): -5127566 or 7520945. OLE color: 7520945.

HSL color Cylindrical-coordinate representation of color #B1C272: hue angle of 72.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1C272 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 114 -
CMYK 0.09 0 0.41 0.24
HSL 72.75º 0.4% 0.6% -
HSV(B) 72.75º 0.41% 0.76% -
XYZ 40.46 49.15 23.27 -
YUV 179.8 90.87 126 -
System Red Green Blue C M Y K H S L
Decimal 177 194 114 0.09 0 0.41 0.24 72.75 0.4 0.6
Hex B1 C2 72 9 0 29 18 49 28 3C
Octal 261 302 162 11 0 51 30 111 50 74
Binary 10110001 11000010 1110010 1001 0 101001 11000 1001001 101000 111100

Color Harmonies of #B1C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C272

Black with #B1C272

Text Example


Text Example

White with #B1C272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C272; }

 p { color: rgb(177,194,114); }

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

background-color css

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

 a { background-color: rgb(177,194,114); }

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

border-color css

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

 span { border-color: rgb(177,194,114); }

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