Html Css Color HEX #B4CDA0 Pixie Green

📋 copy color: '#B4CDA0'

red 180 ◦ green 205 ◦ blue 160

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

Shades of Pixie Green #B4CDA0

Tints of Pixie Green #B4CDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.61%

 BLUE value IS 160 (62.89% from 255) = 29.36%

R = 33.03%
G = 37.61%
B = 29.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#B4CDA0 (or 0xB4CDA0) is known color: Pixie Green. HEX triplet: B4, CD and A0. RGB value is (180,205,160). Sum of RGB (Red+Green+Blue) = 180+205+160=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CDA0 is #4B325F. Grayscale: #C0C0C0. Windows color (decimal): -4928096 or 10538420. OLE color: 10538420.

HSL color Cylindrical-coordinate representation of color #B4CDA0: hue angle of 93.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4CDA0 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 205 160 -
CMYK 0.12 0 0.22 0.20
HSL 93.33º 0.31% 0.72% -
HSV(B) 93.33º 0.22% 0.8% -
XYZ 47 55.9 41.57 -
YUV 192.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 180 205 160 0.12 0 0.22 0.20 93.33 0.31 0.72
Hex B4 CD A0 C 0 16 14 5D 1F 48
Octal 264 315 240 14 0 26 24 135 37 110
Binary 10110100 11001101 10100000 1100 0 10110 10100 1011101 11111 1001000

Color Harmonies of #B4CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDA0

Black with #B4CDA0

Text Example


Text Example

White with #B4CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDA0; }

 p { color: rgb(180,205,160); }

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

background-color css

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

 a { background-color: rgb(180,205,160); }

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

border-color css

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

 span { border-color: rgb(180,205,160); }

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