Html Css Color HEX #B1C27D Caper

📋 copy color: '#B1C27D'

red 177 ◦ green 194 ◦ blue 125

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

Shades of Caper #B1C27D

Tints of Caper #B1C27D

RGB

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

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

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

R = 35.69%
G = 39.11%
B = 25.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#B1C27D (or 0xB1C27D) is known color: Caper. HEX triplet: B1, C2 and 7D. RGB value is (177,194,125). Sum of RGB (Red+Green+Blue) = 177+194+125=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C27D is #4E3D82. Grayscale: #B5B5B5. Windows color (decimal): -5127555 or 8241841. OLE color: 8241841.

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

Color convert

RGB 177 194 125 -
CMYK 0.09 0 0.36 0.24
HSL 74.78º 0.36% 0.63% -
HSV(B) 74.78º 0.36% 0.76% -
XYZ 41.12 49.41 26.77 -
YUV 181.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 177 194 125 0.09 0 0.36 0.24 74.78 0.36 0.63
Hex B1 C2 7D 9 0 24 18 4B 24 3F
Octal 261 302 175 11 0 44 30 113 44 77
Binary 10110001 11000010 1111101 1001 0 100100 11000 1001011 100100 111111

Color Harmonies of #B1C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C27D

Black with #B1C27D

Text Example


Text Example

White with #B1C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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