Html Css Color HEX #B4D27E Caper

📋 copy color: '#B4D27E'

red 180 ◦ green 210 ◦ blue 126

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

Shades of Caper #B4D27E

Tints of Caper #B4D27E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.7%

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

R = 34.88%
G = 40.7%
B = 24.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#B4D27E (or 0xB4D27E) is known color: Caper. HEX triplet: B4, D2 and 7E. RGB value is (180,210,126). Sum of RGB (Red+Green+Blue) = 180+210+126=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D27E is #4B2D81. Grayscale: #BFBFBF. Windows color (decimal): -4926850 or 8311476. OLE color: 8311476.

HSL color Cylindrical-coordinate representation of color #B4D27E: hue angle of 81.43º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4D27E is Cyan = 0.14, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 210 126 -
CMYK 0.14 0 0.4 0.18
HSL 81.43º 0.48% 0.66% -
HSV(B) 81.43º 0.4% 0.82% -
XYZ 45.63 57.3 28.39 -
YUV 191.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 180 210 126 0.14 0 0.4 0.18 81.43 0.48 0.66
Hex B4 D2 7E E 0 28 12 51 30 42
Octal 264 322 176 16 0 50 22 121 60 102
Binary 10110100 11010010 1111110 1110 0 101000 10010 1010001 110000 1000010

Color Harmonies of #B4D27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D27E

Black with #B4D27E

Text Example


Text Example

White with #B4D27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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