Html Css Color HEX #B4BD90 Caper

📋 copy color: '#B4BD90'

red 180 ◦ green 189 ◦ blue 144

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

Shades of Caper #B4BD90

Tints of Caper #B4BD90

RGB

 RED value IS 180 (70.7% from 255) = 35.09%

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

 BLUE value IS 144 (56.64% from 255) = 28.07%

R = 35.09%
G = 36.84%
B = 28.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#B4BD90 (or 0xB4BD90) is known color: Caper. HEX triplet: B4, BD and 90. RGB value is (180,189,144). Sum of RGB (Red+Green+Blue) = 180+189+144=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BD90 is #4B426F. Grayscale: #B5B5B5. Windows color (decimal): -4932208 or 9485748. OLE color: 9485748.

HSL color Cylindrical-coordinate representation of color #B4BD90: hue angle of 72º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4BD90 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 144 -
CMYK 0.05 0 0.24 0.26
HSL 72º 0.25% 0.65% -
HSV(B) 72º 0.24% 0.74% -
XYZ 42.05 48.11 33.46 -
YUV 181.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 180 189 144 0.05 0 0.24 0.26 72 0.25 0.65
Hex B4 BD 90 5 0 18 1A 48 19 41
Octal 264 275 220 5 0 30 32 110 31 101
Binary 10110100 10111101 10010000 101 0 11000 11010 1001000 11001 1000001

Color Harmonies of #B4BD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD90

Black with #B4BD90

Text Example


Text Example

White with #B4BD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD90; }

 p { color: rgb(180,189,144); }

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

background-color css

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

 a { background-color: rgb(180,189,144); }

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

border-color css

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

 span { border-color: rgb(180,189,144); }

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