Html Css Color HEX #B4C47D Caper

📋 copy color: '#B4C47D'

red 180 ◦ green 196 ◦ blue 125

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

Shades of Caper #B4C47D

Tints of Caper #B4C47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

 BLUE value IS 125 (49.22% from 255) = 24.95%

R = 35.93%
G = 39.12%
B = 24.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#B4C47D (or 0xB4C47D) is known color: Caper. HEX triplet: B4, C4 and 7D. RGB value is (180,196,125). Sum of RGB (Red+Green+Blue) = 180+196+125=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C47D is #4B3B82. Grayscale: #B7B7B7. Windows color (decimal): -4930435 or 8242356. OLE color: 8242356.

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

Color convert

RGB 180 196 125 -
CMYK 0.08 0 0.36 0.23
HSL 73.52º 0.38% 0.63% -
HSV(B) 73.52º 0.36% 0.77% -
XYZ 42.26 50.66 26.95 -
YUV 183.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 180 196 125 0.08 0 0.36 0.23 73.52 0.38 0.63
Hex B4 C4 7D 8 0 24 17 4A 26 3F
Octal 264 304 175 10 0 44 27 112 46 77
Binary 10110100 11000100 1111101 1000 0 100100 10111 1001010 100110 111111

Color Harmonies of #B4C47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C47D

Black with #B4C47D

Text Example


Text Example

White with #B4C47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C47D; }

 p { color: rgb(180,196,125); }

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

background-color css

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

 a { background-color: rgb(180,196,125); }

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

border-color css

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

 span { border-color: rgb(180,196,125); }

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