Html Css Color HEX #B4C38D Caper

📋 copy color: '#B4C38D'

red 180 ◦ green 195 ◦ blue 141

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

Shades of Caper #B4C38D

Tints of Caper #B4C38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 34.88%
G = 37.79%
B = 27.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#B4C38D (or 0xB4C38D) is known color: Caper. HEX triplet: B4, C3 and 8D. RGB value is (180,195,141). Sum of RGB (Red+Green+Blue) = 180+195+141=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C38D is #4B3C72. Grayscale: #B8B8B8. Windows color (decimal): -4930675 or 9290676. OLE color: 9290676.

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

Color convert

RGB 180 195 141 -
CMYK 0.08 0 0.28 0.24
HSL 76.67º 0.31% 0.66% -
HSV(B) 76.67º 0.28% 0.76% -
XYZ 43.15 50.66 32.7 -
YUV 184.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 180 195 141 0.08 0 0.28 0.24 76.67 0.31 0.66
Hex B4 C3 8D 8 0 1C 18 4D 1F 42
Octal 264 303 215 10 0 34 30 115 37 102
Binary 10110100 11000011 10001101 1000 0 11100 11000 1001101 11111 1000010

Color Harmonies of #B4C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C38D

Black with #B4C38D

Text Example


Text Example

White with #B4C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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