Html Css Color HEX #B4BF80 Caper

📋 copy color: '#B4BF80'

red 180 ◦ green 191 ◦ blue 128

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

Shades of Caper #B4BF80

Tints of Caper #B4BF80

RGB

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

 GREEN value IS 191 (75% from 255) = 38.28%

 BLUE value IS 128 (50.39% from 255) = 25.65%

R = 36.07%
G = 38.28%
B = 25.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#B4BF80 (or 0xB4BF80) is known color: Caper. HEX triplet: B4, BF and 80. RGB value is (180,191,128). Sum of RGB (Red+Green+Blue) = 180+191+128=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BF80 is #4B407F. Grayscale: #B4B4B4. Windows color (decimal): -4931712 or 8437684. OLE color: 8437684.

HSL color Cylindrical-coordinate representation of color #B4BF80: hue angle of 70.48º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4BF80 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 128 -
CMYK 0.06 0 0.33 0.25
HSL 70.48º 0.33% 0.63% -
HSV(B) 70.48º 0.33% 0.75% -
XYZ 41.35 48.52 27.61 -
YUV 180.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 180 191 128 0.06 0 0.33 0.25 70.48 0.33 0.63
Hex B4 BF 80 6 0 21 19 46 21 3F
Octal 264 277 200 6 0 41 31 106 41 77
Binary 10110100 10111111 10000000 110 0 100001 11001 1000110 100001 111111

Color Harmonies of #B4BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF80

Black with #B4BF80

Text Example


Text Example

White with #B4BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF80; }

 p { color: rgb(180,191,128); }

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

background-color css

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

 a { background-color: rgb(180,191,128); }

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

border-color css

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

 span { border-color: rgb(180,191,128); }

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