Html Css Color HEX #B4CDA1 Pixie Green

📋 copy color: '#B4CDA1'

red 180 ◦ green 205 ◦ blue 161

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

Shades of Pixie Green #B4CDA1

Tints of Pixie Green #B4CDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.49%

R = 32.97%
G = 37.55%
B = 29.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#B4CDA1 (or 0xB4CDA1) is known color: Pixie Green. HEX triplet: B4, CD and A1. RGB value is (180,205,161). Sum of RGB (Red+Green+Blue) = 180+205+161=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CDA1 is #4B325E. Grayscale: #C0C0C0. Windows color (decimal): -4928095 or 10603956. OLE color: 10603956.

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

Color convert

RGB 180 205 161 -
CMYK 0.12 0 0.21 0.20
HSL 94.09º 0.31% 0.72% -
HSV(B) 94.09º 0.21% 0.8% -
XYZ 47.09 55.94 42.03 -
YUV 192.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 180 205 161 0.12 0 0.21 0.20 94.09 0.31 0.72
Hex B4 CD A1 C 0 15 14 5E 1F 48
Octal 264 315 241 14 0 25 24 136 37 110
Binary 10110100 11001101 10100001 1100 0 10101 10100 1011110 11111 1001000

Color Harmonies of #B4CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDA1

Black with #B4CDA1

Text Example


Text Example

White with #B4CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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