Html Css Color HEX #B1C874 Caper

📋 copy color: '#B1C874'

red 177 ◦ green 200 ◦ blue 116

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

Shades of Caper #B1C874

Tints of Caper #B1C874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.57%

 BLUE value IS 116 (45.7% from 255) = 23.53%

R = 35.9%
G = 40.57%
B = 23.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#B1C874 (or 0xB1C874) is known color: Caper. HEX triplet: B1, C8 and 74. RGB value is (177,200,116). Sum of RGB (Red+Green+Blue) = 177+200+116=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C874 is #4E378B. Grayscale: #B7B7B7. Windows color (decimal): -5126028 or 7653553. OLE color: 7653553.

HSL color Cylindrical-coordinate representation of color #B1C874: hue angle of 76.43º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1C874 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 200 116 -
CMYK 0.12 0 0.42 0.22
HSL 76.43º 0.43% 0.62% -
HSV(B) 76.43º 0.42% 0.78% -
XYZ 41.94 51.92 24.33 -
YUV 183.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 177 200 116 0.12 0 0.42 0.22 76.43 0.43 0.62
Hex B1 C8 74 C 0 2A 16 4C 2B 3E
Octal 261 310 164 14 0 52 26 114 53 76
Binary 10110001 11001000 1110100 1100 0 101010 10110 1001100 101011 111110

Color Harmonies of #B1C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C874

Black with #B1C874

Text Example


Text Example

White with #B1C874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C874; }

 p { color: rgb(177,200,116); }

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

background-color css

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

 a { background-color: rgb(177,200,116); }

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

border-color css

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

 span { border-color: rgb(177,200,116); }

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