Html Css Color HEX #B4C58F Caper

📋 copy color: '#B4C58F'

red 180 ◦ green 197 ◦ blue 143

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

Shades of Caper #B4C58F

Tints of Caper #B4C58F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

 BLUE value IS 143 (56.25% from 255) = 27.5%

R = 34.62%
G = 37.88%
B = 27.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#B4C58F (or 0xB4C58F) is known color: Caper. HEX triplet: B4, C5 and 8F. RGB value is (180,197,143). Sum of RGB (Red+Green+Blue) = 180+197+143=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C58F is #4B3A70. Grayscale: #B9B9B9. Windows color (decimal): -4930161 or 9422260. OLE color: 9422260.

HSL color Cylindrical-coordinate representation of color #B4C58F: hue angle of 78.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4C58F is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 197 143 -
CMYK 0.09 0 0.27 0.23
HSL 78.89º 0.32% 0.67% -
HSV(B) 78.89º 0.27% 0.77% -
XYZ 43.75 51.62 33.64 -
YUV 185.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 180 197 143 0.09 0 0.27 0.23 78.89 0.32 0.67
Hex B4 C5 8F 9 0 1B 17 4F 20 43
Octal 264 305 217 11 0 33 27 117 40 103
Binary 10110100 11000101 10001111 1001 0 11011 10111 1001111 100000 1000011

Color Harmonies of #B4C58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C58F

Black with #B4C58F

Text Example


Text Example

White with #B4C58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C58F; }

 p { color: rgb(180,197,143); }

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

background-color css

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

 a { background-color: rgb(180,197,143); }

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

border-color css

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

 span { border-color: rgb(180,197,143); }

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