Html Css Color HEX #869127 Citron

📋 copy color: '#869127'

red 134 ◦ green 145 ◦ blue 39

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

Shades of Citron #869127

Tints of Citron #869127

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

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

R = 42.14%
G = 45.6%
B = 12.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#869127 (or 0x869127) is known color: Citron. HEX triplet: 86, 91 and 27. RGB value is (134,145,39). Sum of RGB (Red+Green+Blue) = 134+145+39=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #869127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869127 is #796ED8. Grayscale: #828282. Windows color (decimal): -7958233 or 2593158. OLE color: 2593158.

HSL color Cylindrical-coordinate representation of color #869127: hue angle of 66.23º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #869127 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 145 39 -
CMYK 0.08 0 0.73 0.43
HSL 66.23º 0.58% 0.36% -
HSV(B) 66.23º 0.73% 0.57% -
XYZ 20.32 25.47 5.76 -
YUV 129.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 134 145 39 0.08 0 0.73 0.43 66.23 0.58 0.36
Hex 86 91 27 8 0 49 2B 42 3A 24
Octal 206 221 47 10 0 111 53 102 72 44
Binary 10000110 10010001 100111 1000 0 1001001 101011 1000010 111010 100100

Color Harmonies of #869127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869127

Black with #869127

Text Example


Text Example

White with #869127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869127; }

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

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

background-color css

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

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

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

border-color css

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

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

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