Html Css Color HEX #B1BD76 Caper

📋 copy color: '#B1BD76'

red 177 ◦ green 189 ◦ blue 118

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

Shades of Caper #B1BD76

Tints of Caper #B1BD76

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

 BLUE value IS 118 (46.48% from 255) = 24.38%

R = 36.57%
G = 39.05%
B = 24.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#B1BD76 (or 0xB1BD76) is known color: Caper. HEX triplet: B1, BD and 76. RGB value is (177,189,118). Sum of RGB (Red+Green+Blue) = 177+189+118=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD76 is #4E4289. Grayscale: #B1B1B1. Windows color (decimal): -5128842 or 7781809. OLE color: 7781809.

HSL color Cylindrical-coordinate representation of color #B1BD76: hue angle of 70.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1BD76 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 189 118 -
CMYK 0.06 0 0.38 0.26
HSL 70.14º 0.35% 0.6% -
HSV(B) 70.14º 0.38% 0.74% -
XYZ 39.6 47.05 24.13 -
YUV 177.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 177 189 118 0.06 0 0.38 0.26 70.14 0.35 0.6
Hex B1 BD 76 6 0 26 1A 46 23 3C
Octal 261 275 166 6 0 46 32 106 43 74
Binary 10110001 10111101 1110110 110 0 100110 11010 1000110 100011 111100

Color Harmonies of #B1BD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD76

Black with #B1BD76

Text Example


Text Example

White with #B1BD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD76; }

 p { color: rgb(177,189,118); }

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

background-color css

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

 a { background-color: rgb(177,189,118); }

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

border-color css

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

 span { border-color: rgb(177,189,118); }

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