Html Css Color HEX #B1C26E Caper

📋 copy color: '#B1C26E'

red 177 ◦ green 194 ◦ blue 110

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

Shades of Caper #B1C26E

Tints of Caper #B1C26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.87%

R = 36.8%
G = 40.33%
B = 22.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#B1C26E (or 0xB1C26E) is known color: Caper. HEX triplet: B1, C2 and 6E. RGB value is (177,194,110). Sum of RGB (Red+Green+Blue) = 177+194+110=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C26E is #4E3D91. Grayscale: #B3B3B3. Windows color (decimal): -5127570 or 7258801. OLE color: 7258801.

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

Color convert

RGB 177 194 110 -
CMYK 0.09 0 0.43 0.24
HSL 72.14º 0.41% 0.6% -
HSV(B) 72.14º 0.43% 0.76% -
XYZ 40.24 49.06 22.1 -
YUV 179.34 88.87 126.33 -
System Red Green Blue C M Y K H S L
Decimal 177 194 110 0.09 0 0.43 0.24 72.14 0.41 0.6
Hex B1 C2 6E 9 0 2B 18 48 29 3C
Octal 261 302 156 11 0 53 30 110 51 74
Binary 10110001 11000010 1101110 1001 0 101011 11000 1001000 101001 111100

Color Harmonies of #B1C26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C26E

Black with #B1C26E

Text Example


Text Example

White with #B1C26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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