Html Css Color HEX #B1C673 Caper

📋 copy color: '#B1C673'

red 177 ◦ green 198 ◦ blue 115

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

Shades of Caper #B1C673

Tints of Caper #B1C673

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 36.12%
G = 40.41%
B = 23.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#B1C673 (or 0xB1C673) is known color: Caper. HEX triplet: B1, C6 and 73. RGB value is (177,198,115). Sum of RGB (Red+Green+Blue) = 177+198+115=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C673 is #4E398C. Grayscale: #B6B6B6. Windows color (decimal): -5126541 or 7587505. OLE color: 7587505.

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

Color convert

RGB 177 198 115 -
CMYK 0.11 0 0.42 0.22
HSL 75.18º 0.42% 0.61% -
HSV(B) 75.18º 0.42% 0.78% -
XYZ 41.42 50.97 23.88 -
YUV 182.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 177 198 115 0.11 0 0.42 0.22 75.18 0.42 0.61
Hex B1 C6 73 B 0 2A 16 4B 2A 3D
Octal 261 306 163 13 0 52 26 113 52 75
Binary 10110001 11000110 1110011 1011 0 101010 10110 1001011 101010 111101

Color Harmonies of #B1C673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C673

Black with #B1C673

Text Example


Text Example

White with #B1C673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C673; }

 p { color: rgb(177,198,115); }

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

background-color css

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

 a { background-color: rgb(177,198,115); }

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

border-color css

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

 span { border-color: rgb(177,198,115); }

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