Html Css Color HEX #C4DBAF Pixie Green

📋 copy color: '#C4DBAF'

red 196 ◦ green 219 ◦ blue 175

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

Shades of Pixie Green #C4DBAF

Tints of Pixie Green #C4DBAF

RGB

 RED value IS 196 (76.95% from 255) = 33.22%

 GREEN value IS 219 (85.94% from 255) = 37.12%

 BLUE value IS 175 (68.75% from 255) = 29.66%

R = 33.22%
G = 37.12%
B = 29.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#C4DBAF (or 0xC4DBAF) is known color: Pixie Green. HEX triplet: C4, DB and AF. RGB value is (196,219,175). Sum of RGB (Red+Green+Blue) = 196+219+175=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DBAF is #3B2450. Grayscale: #CFCFCF. Windows color (decimal): -3875921 or 11525060. OLE color: 11525060.

HSL color Cylindrical-coordinate representation of color #C4DBAF: hue angle of 91.36º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4DBAF is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 219 175 -
CMYK 0.11 0 0.20 0.14
HSL 91.36º 0.38% 0.77% -
HSV(B) 91.36º 0.2% 0.86% -
XYZ 55.83 65.49 50.26 -
YUV 207.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 196 219 175 0.11 0 0.20 0.14 91.36 0.38 0.77
Hex C4 DB AF B 0 14 E 5B 26 4D
Octal 304 333 257 13 0 24 16 133 46 115
Binary 11000100 11011011 10101111 1011 0 10100 1110 1011011 100110 1001101

Color Harmonies of #C4DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DBAF

Black with #C4DBAF

Text Example


Text Example

White with #C4DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DBAF; }

 p { color: rgb(196,219,175); }

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

background-color css

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

 a { background-color: rgb(196,219,175); }

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

border-color css

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

 span { border-color: rgb(196,219,175); }

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