Html Css Color HEX #869B12 Citron

📋 copy color: '#869B12'

red 134 ◦ green 155 ◦ blue 18

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

Shades of Citron #869B12

Tints of Citron #869B12

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.49%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 43.65%
G = 50.49%
B = 5.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#869B12 (or 0x869B12) is known color: Citron. HEX triplet: 86, 9B and 12. RGB value is (134,155,18). Sum of RGB (Red+Green+Blue) = 134+155+18=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #869B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869B12 is #7964ED. Grayscale: #858585. Windows color (decimal): -7955694 or 1219462. OLE color: 1219462.

HSL color Cylindrical-coordinate representation of color #869B12: hue angle of 69.2º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #869B12 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 18 -
CMYK 0.14 0 0.88 0.39
HSL 69.2º 0.79% 0.34% -
HSV(B) 69.2º 0.88% 0.61% -
XYZ 21.66 28.55 4.94 -
YUV 133.1 63.04 128.64 -
System Red Green Blue C M Y K H S L
Decimal 134 155 18 0.14 0 0.88 0.39 69.2 0.79 0.34
Hex 86 9B 12 E 0 58 27 45 4F 22
Octal 206 233 22 16 0 130 47 105 117 42
Binary 10000110 10011011 10010 1110 0 1011000 100111 1000101 1001111 100010

Color Harmonies of #869B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B12

Black with #869B12

Text Example


Text Example

White with #869B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869B12; }

 p { color: rgb(134,155,18); }

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

background-color css

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

 a { background-color: rgb(134,155,18); }

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

border-color css

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

 span { border-color: rgb(134,155,18); }

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