Html Css Color HEX #869529 Citron

📋 copy color: '#869529'

red 134 ◦ green 149 ◦ blue 41

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

Shades of Citron #869529

Tints of Citron #869529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.99%

 BLUE value IS 41 (16.41% from 255) = 12.65%

R = 41.36%
G = 45.99%
B = 12.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#869529 (or 0x869529) is known color: Citron. HEX triplet: 86, 95 and 29. RGB value is (134,149,41). Sum of RGB (Red+Green+Blue) = 134+149+41=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #869529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869529 is #796AD6. Grayscale: #848484. Windows color (decimal): -7957207 or 2725254. OLE color: 2725254.

HSL color Cylindrical-coordinate representation of color #869529: hue angle of 68.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #869529 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 41 -
CMYK 0.10 0 0.72 0.42
HSL 68.33º 0.57% 0.37% -
HSV(B) 68.33º 0.72% 0.58% -
XYZ 20.98 26.72 6.15 -
YUV 132.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 134 149 41 0.10 0 0.72 0.42 68.33 0.57 0.37
Hex 86 95 29 A 0 48 2A 44 39 25
Octal 206 225 51 12 0 110 52 104 71 45
Binary 10000110 10010101 101001 1010 0 1001000 101010 1000100 111001 100101

Color Harmonies of #869529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869529

Black with #869529

Text Example


Text Example

White with #869529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869529; }

 p { color: rgb(134,149,41); }

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

background-color css

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

 a { background-color: rgb(134,149,41); }

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

border-color css

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

 span { border-color: rgb(134,149,41); }

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