Html Css Color HEX #B4C57D Caper

📋 copy color: '#B4C57D'

red 180 ◦ green 197 ◦ blue 125

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

Shades of Caper #B4C57D

Tints of Caper #B4C57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.24%

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

R = 35.86%
G = 39.24%
B = 24.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#B4C57D (or 0xB4C57D) is known color: Caper. HEX triplet: B4, C5 and 7D. RGB value is (180,197,125). Sum of RGB (Red+Green+Blue) = 180+197+125=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C57D is #4B3A82. Grayscale: #B7B7B7. Windows color (decimal): -4930179 or 8242612. OLE color: 8242612.

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

Color convert

RGB 180 197 125 -
CMYK 0.09 0 0.37 0.23
HSL 74.17º 0.38% 0.63% -
HSV(B) 74.17º 0.37% 0.77% -
XYZ 42.49 51.12 27.03 -
YUV 183.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 180 197 125 0.09 0 0.37 0.23 74.17 0.38 0.63
Hex B4 C5 7D 9 0 25 17 4A 26 3F
Octal 264 305 175 11 0 45 27 112 46 77
Binary 10110100 11000101 1111101 1001 0 100101 10111 1001010 100110 111111

Color Harmonies of #B4C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C57D

Black with #B4C57D

Text Example


Text Example

White with #B4C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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