Html Css Color HEX #B4D486 Caper

📋 copy color: '#B4D486'

red 180 ◦ green 212 ◦ blue 134

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

Shades of Caper #B4D486

Tints of Caper #B4D486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.3%

 BLUE value IS 134 (52.73% from 255) = 25.48%

R = 34.22%
G = 40.3%
B = 25.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#B4D486 (or 0xB4D486) is known color: Caper. HEX triplet: B4, D4 and 86. RGB value is (180,212,134). Sum of RGB (Red+Green+Blue) = 180+212+134=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D486 is #4B2B79. Grayscale: #C1C1C1. Windows color (decimal): -4926330 or 8836276. OLE color: 8836276.

HSL color Cylindrical-coordinate representation of color #B4D486: hue angle of 84.62º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4D486 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 212 134 -
CMYK 0.15 0 0.37 0.17
HSL 84.62º 0.48% 0.68% -
HSV(B) 84.62º 0.37% 0.83% -
XYZ 46.67 58.51 31.39 -
YUV 193.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 180 212 134 0.15 0 0.37 0.17 84.62 0.48 0.68
Hex B4 D4 86 F 0 25 11 55 30 44
Octal 264 324 206 17 0 45 21 125 60 104
Binary 10110100 11010100 10000110 1111 0 100101 10001 1010101 110000 1000100

Color Harmonies of #B4D486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D486

Black with #B4D486

Text Example


Text Example

White with #B4D486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D486; }

 p { color: rgb(180,212,134); }

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

background-color css

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

 a { background-color: rgb(180,212,134); }

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

border-color css

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

 span { border-color: rgb(180,212,134); }

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