Html Css Color HEX #B4C37C Caper

📋 copy color: '#B4C37C'

red 180 ◦ green 195 ◦ blue 124

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

Shades of Caper #B4C37C

Tints of Caper #B4C37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.85%

R = 36.07%
G = 39.08%
B = 24.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#B4C37C (or 0xB4C37C) is known color: Caper. HEX triplet: B4, C3 and 7C. RGB value is (180,195,124). Sum of RGB (Red+Green+Blue) = 180+195+124=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C37C is #4B3C83. Grayscale: #B6B6B6. Windows color (decimal): -4930692 or 8176564. OLE color: 8176564.

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

Color convert

RGB 180 195 124 -
CMYK 0.08 0 0.36 0.24
HSL 72.68º 0.37% 0.63% -
HSV(B) 72.68º 0.36% 0.76% -
XYZ 41.98 50.19 26.54 -
YUV 182.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 180 195 124 0.08 0 0.36 0.24 72.68 0.37 0.63
Hex B4 C3 7C 8 0 24 18 49 25 3F
Octal 264 303 174 10 0 44 30 111 45 77
Binary 10110100 11000011 1111100 1000 0 100100 11000 1001001 100101 111111

Color Harmonies of #B4C37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C37C

Black with #B4C37C

Text Example


Text Example

White with #B4C37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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