Html Css Color HEX #B1C372 Caper

📋 copy color: '#B1C372'

red 177 ◦ green 195 ◦ blue 114

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

Shades of Caper #B1C372

Tints of Caper #B1C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 36.42%
G = 40.12%
B = 23.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B1C372 (or 0xB1C372) is known color: Caper. HEX triplet: B1, C3 and 72. RGB value is (177,195,114). Sum of RGB (Red+Green+Blue) = 177+195+114=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C372 is #4E3C8D. Grayscale: #B4B4B4. Windows color (decimal): -5127310 or 7521201. OLE color: 7521201.

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

Color convert

RGB 177 195 114 -
CMYK 0.09 0 0.42 0.24
HSL 73.33º 0.4% 0.61% -
HSV(B) 73.33º 0.42% 0.76% -
XYZ 40.68 49.59 23.35 -
YUV 180.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 177 195 114 0.09 0 0.42 0.24 73.33 0.4 0.61
Hex B1 C3 72 9 0 2A 18 49 28 3D
Octal 261 303 162 11 0 52 30 111 50 75
Binary 10110001 11000011 1110010 1001 0 101010 11000 1001001 101000 111101

Color Harmonies of #B1C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C372

Black with #B1C372

Text Example


Text Example

White with #B1C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C372; }

 p { color: rgb(177,195,114); }

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

background-color css

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

 a { background-color: rgb(177,195,114); }

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

border-color css

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

 span { border-color: rgb(177,195,114); }

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