Html Css Color HEX #869226 Citron

📋 copy color: '#869226'

red 134 ◦ green 146 ◦ blue 38

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

Shades of Citron #869226

Tints of Citron #869226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.95%

R = 42.14%
G = 45.91%
B = 11.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#869226 (or 0x869226) is known color: Citron. HEX triplet: 86, 92 and 26. RGB value is (134,146,38). Sum of RGB (Red+Green+Blue) = 134+146+38=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #869226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869226 is #796DD9. Grayscale: #828282. Windows color (decimal): -7957978 or 2527878. OLE color: 2527878.

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

Color convert

RGB 134 146 38 -
CMYK 0.08 0 0.74 0.43
HSL 66.67º 0.59% 0.36% -
HSV(B) 66.67º 0.74% 0.57% -
XYZ 20.46 25.77 5.73 -
YUV 130.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 134 146 38 0.08 0 0.74 0.43 66.67 0.59 0.36
Hex 86 92 26 8 0 4A 2B 43 3B 24
Octal 206 222 46 10 0 112 53 103 73 44
Binary 10000110 10010010 100110 1000 0 1001010 101011 1000011 111011 100100

Color Harmonies of #869226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869226

Black with #869226

Text Example


Text Example

White with #869226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869226; }

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

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

background-color css

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

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

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

border-color css

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

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

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