Html Css Color HEX #869A28 Citron

📋 copy color: '#869A28'

red 134 ◦ green 154 ◦ blue 40

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

Shades of Citron #869A28

Tints of Citron #869A28

RGB

 RED value IS 134 (52.73% from 255) = 40.85%

 GREEN value IS 154 (60.55% from 255) = 46.95%

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 40.85%
G = 46.95%
B = 12.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#869A28 (or 0x869A28) is known color: Citron. HEX triplet: 86, 9A and 28. RGB value is (134,154,40). Sum of RGB (Red+Green+Blue) = 134+154+40=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #869A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869A28 is #7965D7. Grayscale: #878787. Windows color (decimal): -7955928 or 2660998. OLE color: 2660998.

HSL color Cylindrical-coordinate representation of color #869A28: hue angle of 70.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #869A28 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 154 40 -
CMYK 0.13 0 0.74 0.40
HSL 70.53º 0.59% 0.38% -
HSV(B) 70.53º 0.74% 0.6% -
XYZ 21.77 28.33 6.33 -
YUV 135.02 74.37 127.27 -
System Red Green Blue C M Y K H S L
Decimal 134 154 40 0.13 0 0.74 0.40 70.53 0.59 0.38
Hex 86 9A 28 D 0 4A 28 47 3B 26
Octal 206 232 50 15 0 112 50 107 73 46
Binary 10000110 10011010 101000 1101 0 1001010 101000 1000111 111011 100110

Color Harmonies of #869A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869A28

Black with #869A28

Text Example


Text Example

White with #869A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869A28; }

 p { color: rgb(134,154,40); }

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

background-color css

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

 a { background-color: rgb(134,154,40); }

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

border-color css

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

 span { border-color: rgb(134,154,40); }

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