Html Css Color HEX #869527 Citron

📋 copy color: '#869527'

red 134 ◦ green 149 ◦ blue 39

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

Shades of Citron #869527

Tints of Citron #869527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.11%

R = 41.61%
G = 46.27%
B = 12.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#869527 (or 0x869527) is known color: Citron. HEX triplet: 86, 95 and 27. RGB value is (134,149,39). Sum of RGB (Red+Green+Blue) = 134+149+39=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #869527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869527 is #796AD8. Grayscale: #848484. Windows color (decimal): -7957209 or 2594182. OLE color: 2594182.

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

Color convert

RGB 134 149 39 -
CMYK 0.10 0 0.74 0.42
HSL 68.18º 0.59% 0.37% -
HSV(B) 68.18º 0.74% 0.58% -
XYZ 20.95 26.71 5.97 -
YUV 131.98 75.53 129.44 -
System Red Green Blue C M Y K H S L
Decimal 134 149 39 0.10 0 0.74 0.42 68.18 0.59 0.37
Hex 86 95 27 A 0 4A 2A 44 3B 25
Octal 206 225 47 12 0 112 52 104 73 45
Binary 10000110 10010101 100111 1010 0 1001010 101010 1000100 111011 100101

Color Harmonies of #869527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869527

Black with #869527

Text Example


Text Example

White with #869527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869527; }

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

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

background-color css

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

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

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

border-color css

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

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

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