Html Css Color HEX #869422 Citron

📋 copy color: '#869422'

red 134 ◦ green 148 ◦ blue 34

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

Shades of Citron #869422

Tints of Citron #869422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.84%

 BLUE value IS 34 (13.67% from 255) = 10.76%

R = 42.41%
G = 46.84%
B = 10.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#869422 (or 0x869422) is known color: Citron. HEX triplet: 86, 94 and 22. RGB value is (134,148,34). Sum of RGB (Red+Green+Blue) = 134+148+34=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #869422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869422 is #796BDD. Grayscale: #838383. Windows color (decimal): -7957470 or 2266246. OLE color: 2266246.

HSL color Cylindrical-coordinate representation of color #869422: hue angle of 67.37º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #869422 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 148 34 -
CMYK 0.09 0 0.77 0.42
HSL 67.37º 0.63% 0.36% -
HSV(B) 67.37º 0.77% 0.58% -
XYZ 20.71 26.36 5.51 -
YUV 130.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 134 148 34 0.09 0 0.77 0.42 67.37 0.63 0.36
Hex 86 94 22 9 0 4D 2A 43 3F 24
Octal 206 224 42 11 0 115 52 103 77 44
Binary 10000110 10010100 100010 1001 0 1001101 101010 1000011 111111 100100

Color Harmonies of #869422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869422

Black with #869422

Text Example


Text Example

White with #869422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869422; }

 p { color: rgb(134,148,34); }

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

background-color css

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

 a { background-color: rgb(134,148,34); }

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

border-color css

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

 span { border-color: rgb(134,148,34); }

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