Html Css Color HEX #B4D084 Caper

📋 copy color: '#B4D084'

red 180 ◦ green 208 ◦ blue 132

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

Shades of Caper #B4D084

Tints of Caper #B4D084

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

 BLUE value IS 132 (51.95% from 255) = 25.38%

R = 34.62%
G = 40%
B = 25.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#B4D084 (or 0xB4D084) is known color: Caper. HEX triplet: B4, D0 and 84. RGB value is (180,208,132). Sum of RGB (Red+Green+Blue) = 180+208+132=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D084 is #4B2F7B. Grayscale: #BFBFBF. Windows color (decimal): -4927356 or 8704180. OLE color: 8704180.

HSL color Cylindrical-coordinate representation of color #B4D084: hue angle of 82.11º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4D084 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 132 -
CMYK 0.13 0 0.37 0.18
HSL 82.11º 0.45% 0.67% -
HSV(B) 82.11º 0.37% 0.82% -
XYZ 45.54 56.48 30.33 -
YUV 190.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 180 208 132 0.13 0 0.37 0.18 82.11 0.45 0.67
Hex B4 D0 84 D 0 25 12 52 2D 43
Octal 264 320 204 15 0 45 22 122 55 103
Binary 10110100 11010000 10000100 1101 0 100101 10010 1010010 101101 1000011

Color Harmonies of #B4D084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D084

Black with #B4D084

Text Example


Text Example

White with #B4D084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D084; }

 p { color: rgb(180,208,132); }

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

background-color css

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

 a { background-color: rgb(180,208,132); }

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

border-color css

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

 span { border-color: rgb(180,208,132); }

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