Html Css Color HEX #B4C37E Caper

📋 copy color: '#B4C37E'

red 180 ◦ green 195 ◦ blue 126

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

Shades of Caper #B4C37E

Tints of Caper #B4C37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.15%

R = 35.93%
G = 38.92%
B = 25.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#B4C37E (or 0xB4C37E) is known color: Caper. HEX triplet: B4, C3 and 7E. RGB value is (180,195,126). Sum of RGB (Red+Green+Blue) = 180+195+126=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C37E is #4B3C81. Grayscale: #B6B6B6. Windows color (decimal): -4930690 or 8307636. OLE color: 8307636.

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

Color convert

RGB 180 195 126 -
CMYK 0.08 0 0.35 0.24
HSL 73.04º 0.37% 0.63% -
HSV(B) 73.04º 0.35% 0.76% -
XYZ 42.1 50.24 27.22 -
YUV 182.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 180 195 126 0.08 0 0.35 0.24 73.04 0.37 0.63
Hex B4 C3 7E 8 0 23 18 49 25 3F
Octal 264 303 176 10 0 43 30 111 45 77
Binary 10110100 11000011 1111110 1000 0 100011 11000 1001001 100101 111111

Color Harmonies of #B4C37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C37E

Black with #B4C37E

Text Example


Text Example

White with #B4C37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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