Html Css Color HEX #869021 Citron

📋 copy color: '#869021'

red 134 ◦ green 144 ◦ blue 33

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

Shades of Citron #869021

Tints of Citron #869021

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.3%

 BLUE value IS 33 (13.28% from 255) = 10.61%

R = 43.09%
G = 46.3%
B = 10.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#869021 (or 0x869021) is known color: Citron. HEX triplet: 86, 90 and 21. RGB value is (134,144,33). Sum of RGB (Red+Green+Blue) = 134+144+33=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #869021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869021 is #796FDE. Grayscale: #808080. Windows color (decimal): -7958495 or 2199686. OLE color: 2199686.

HSL color Cylindrical-coordinate representation of color #869021: hue angle of 65.41º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #869021 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 33 -
CMYK 0.07 0 0.77 0.44
HSL 65.41º 0.63% 0.35% -
HSV(B) 65.41º 0.77% 0.56% -
XYZ 20.08 25.12 5.23 -
YUV 128.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 134 144 33 0.07 0 0.77 0.44 65.41 0.63 0.35
Hex 86 90 21 7 0 4D 2C 41 3F 23
Octal 206 220 41 7 0 115 54 101 77 43
Binary 10000110 10010000 100001 111 0 1001101 101100 1000001 111111 100011

Color Harmonies of #869021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869021

Black with #869021

Text Example


Text Example

White with #869021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869021; }

 p { color: rgb(134,144,33); }

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

background-color css

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

 a { background-color: rgb(134,144,33); }

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

border-color css

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

 span { border-color: rgb(134,144,33); }

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