Html Css Color HEX #D6E08A Primrose

📋 copy color: '#D6E08A'

red 214 ◦ green 224 ◦ blue 138

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

Shades of Primrose #D6E08A

Tints of Primrose #D6E08A

RGB

 RED value IS 214 (83.98% from 255) = 37.15%

 GREEN value IS 224 (87.89% from 255) = 38.89%

 BLUE value IS 138 (54.3% from 255) = 23.96%

R = 37.15%
G = 38.89%
B = 23.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#D6E08A (or 0xD6E08A) is known color: Primrose. HEX triplet: D6, E0 and 8A. RGB value is (214,224,138). Sum of RGB (Red+Green+Blue) = 214+224+138=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E08A is #291F75. Grayscale: #D3D3D3. Windows color (decimal): -2695030 or 9101526. OLE color: 9101526.

HSL color Cylindrical-coordinate representation of color #D6E08A: hue angle of 66.98º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6E08A is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 138 -
CMYK 0.04 0 0.38 0.12
HSL 66.98º 0.58% 0.71% -
HSV(B) 66.98º 0.38% 0.88% -
XYZ 58.97 69.44 34.34 -
YUV 211.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 214 224 138 0.04 0 0.38 0.12 66.98 0.58 0.71
Hex D6 E0 8A 4 0 26 C 43 3A 47
Octal 326 340 212 4 0 46 14 103 72 107
Binary 11010110 11100000 10001010 100 0 100110 1100 1000011 111010 1000111

Color Harmonies of #D6E08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E08A

Black with #D6E08A

Text Example


Text Example

White with #D6E08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E08A; }

 p { color: rgb(214,224,138); }

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

background-color css

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

 a { background-color: rgb(214,224,138); }

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

border-color css

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

 span { border-color: rgb(214,224,138); }

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