Html Css Color HEX #869225 Citron

📋 copy color: '#869225'

red 134 ◦ green 146 ◦ blue 37

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

Shades of Citron #869225

Tints of Citron #869225

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

 BLUE value IS 37 (14.84% from 255) = 11.67%

R = 42.27%
G = 46.06%
B = 11.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#869225 (or 0x869225) is known color: Citron. HEX triplet: 86, 92 and 25. RGB value is (134,146,37). Sum of RGB (Red+Green+Blue) = 134+146+37=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #869225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869225 is #796DDA. Grayscale: #828282. Windows color (decimal): -7957979 or 2462342. OLE color: 2462342.

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

Color convert

RGB 134 146 37 -
CMYK 0.08 0 0.75 0.43
HSL 66.61º 0.6% 0.36% -
HSV(B) 66.61º 0.75% 0.57% -
XYZ 20.44 25.76 5.64 -
YUV 129.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 134 146 37 0.08 0 0.75 0.43 66.61 0.6 0.36
Hex 86 92 25 8 0 4B 2B 43 3C 24
Octal 206 222 45 10 0 113 53 103 74 44
Binary 10000110 10010010 100101 1000 0 1001011 101011 1000011 111100 100100

Color Harmonies of #869225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869225

Black with #869225

Text Example


Text Example

White with #869225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869225; }

 p { color: rgb(134,146,37); }

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

background-color css

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

 a { background-color: rgb(134,146,37); }

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

border-color css

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

 span { border-color: rgb(134,146,37); }

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