Html Css Color HEX #869025 Citron

📋 copy color: '#869025'

red 134 ◦ green 144 ◦ blue 37

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

Shades of Citron #869025

Tints of Citron #869025

RGB

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

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

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

R = 42.54%
G = 45.71%
B = 11.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#869025 (or 0x869025) is known color: Citron. HEX triplet: 86, 90 and 25. RGB value is (134,144,37). Sum of RGB (Red+Green+Blue) = 134+144+37=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #869025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869025 is #796FDA. Grayscale: #818181. Windows color (decimal): -7958491 or 2461830. OLE color: 2461830.

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

Color convert

RGB 134 144 37 -
CMYK 0.07 0 0.74 0.44
HSL 65.61º 0.59% 0.35% -
HSV(B) 65.61º 0.74% 0.56% -
XYZ 20.14 25.15 5.54 -
YUV 128.81 76.19 131.7 -
System Red Green Blue C M Y K H S L
Decimal 134 144 37 0.07 0 0.74 0.44 65.61 0.59 0.35
Hex 86 90 25 7 0 4A 2C 42 3B 23
Octal 206 220 45 7 0 112 54 102 73 43
Binary 10000110 10010000 100101 111 0 1001010 101100 1000010 111011 100011

Color Harmonies of #869025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869025

Black with #869025

Text Example


Text Example

White with #869025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869025; }

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

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

background-color css

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

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

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

border-color css

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

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

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