Html Css Color HEX #B1C278 Caper

📋 copy color: '#B1C278'

red 177 ◦ green 194 ◦ blue 120

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

Shades of Caper #B1C278

Tints of Caper #B1C278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.44%

R = 36.05%
G = 39.51%
B = 24.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#B1C278 (or 0xB1C278) is known color: Caper. HEX triplet: B1, C2 and 78. RGB value is (177,194,120). Sum of RGB (Red+Green+Blue) = 177+194+120=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C278 is #4E3D87. Grayscale: #B4B4B4. Windows color (decimal): -5127560 or 7914161. OLE color: 7914161.

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

Color convert

RGB 177 194 120 -
CMYK 0.09 0 0.38 0.24
HSL 73.78º 0.38% 0.62% -
HSV(B) 73.78º 0.38% 0.76% -
XYZ 40.81 49.29 25.13 -
YUV 180.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 177 194 120 0.09 0 0.38 0.24 73.78 0.38 0.62
Hex B1 C2 78 9 0 26 18 4A 26 3E
Octal 261 302 170 11 0 46 30 112 46 76
Binary 10110001 11000010 1111000 1001 0 100110 11000 1001010 100110 111110

Color Harmonies of #B1C278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C278

Black with #B1C278

Text Example


Text Example

White with #B1C278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C278; }

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

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

background-color css

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

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

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

border-color css

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

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

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