Html Css Color HEX #B1BD84 Caper

📋 copy color: '#B1BD84'

red 177 ◦ green 189 ◦ blue 132

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

Shades of Caper #B1BD84

Tints of Caper #B1BD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.51%

R = 35.54%
G = 37.95%
B = 26.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#B1BD84 (or 0xB1BD84) is known color: Caper. HEX triplet: B1, BD and 84. RGB value is (177,189,132). Sum of RGB (Red+Green+Blue) = 177+189+132=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD84 is #4E427B. Grayscale: #B3B3B3. Windows color (decimal): -5128828 or 8699313. OLE color: 8699313.

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

Color convert

RGB 177 189 132 -
CMYK 0.06 0 0.30 0.26
HSL 72.63º 0.3% 0.63% -
HSV(B) 72.63º 0.3% 0.74% -
XYZ 40.49 47.41 28.85 -
YUV 178.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 177 189 132 0.06 0 0.30 0.26 72.63 0.3 0.63
Hex B1 BD 84 6 0 1E 1A 49 1E 3F
Octal 261 275 204 6 0 36 32 111 36 77
Binary 10110001 10111101 10000100 110 0 11110 11010 1001001 11110 111111

Color Harmonies of #B1BD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD84

Black with #B1BD84

Text Example


Text Example

White with #B1BD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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