Html Css Color HEX #B4C38A Caper

📋 copy color: '#B4C38A'

red 180 ◦ green 195 ◦ blue 138

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

Shades of Caper #B4C38A

Tints of Caper #B4C38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

 BLUE value IS 138 (54.3% from 255) = 26.9%

R = 35.09%
G = 38.01%
B = 26.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#B4C38A (or 0xB4C38A) is known color: Caper. HEX triplet: B4, C3 and 8A. RGB value is (180,195,138). Sum of RGB (Red+Green+Blue) = 180+195+138=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C38A is #4B3C75. Grayscale: #B8B8B8. Windows color (decimal): -4930678 or 9094068. OLE color: 9094068.

HSL color Cylindrical-coordinate representation of color #B4C38A: hue angle of 75.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4C38A is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 195 138 -
CMYK 0.08 0 0.29 0.24
HSL 75.79º 0.32% 0.65% -
HSV(B) 75.79º 0.29% 0.76% -
XYZ 42.92 50.57 31.54 -
YUV 184.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 180 195 138 0.08 0 0.29 0.24 75.79 0.32 0.65
Hex B4 C3 8A 8 0 1D 18 4C 20 41
Octal 264 303 212 10 0 35 30 114 40 101
Binary 10110100 11000011 10001010 1000 0 11101 11000 1001100 100000 1000001

Color Harmonies of #B4C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C38A

Black with #B4C38A

Text Example


Text Example

White with #B4C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C38A; }

 p { color: rgb(180,195,138); }

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

background-color css

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

 a { background-color: rgb(180,195,138); }

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

border-color css

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

 span { border-color: rgb(180,195,138); }

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