Html Css Color HEX #869812 Citron

📋 copy color: '#869812'

red 134 ◦ green 152 ◦ blue 18

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

Shades of Citron #869812

Tints of Citron #869812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50%

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

R = 44.08%
G = 50%
B = 5.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#869812 (or 0x869812) is known color: Citron. HEX triplet: 86, 98 and 12. RGB value is (134,152,18). Sum of RGB (Red+Green+Blue) = 134+152+18=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #869812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869812 is #7967ED. Grayscale: #838383. Windows color (decimal): -7956462 or 1218694. OLE color: 1218694.

HSL color Cylindrical-coordinate representation of color #869812: hue angle of 68.06º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #869812 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 18 -
CMYK 0.12 0 0.88 0.40
HSL 68.06º 0.79% 0.33% -
HSV(B) 68.06º 0.88% 0.6% -
XYZ 21.17 27.57 4.78 -
YUV 131.34 64.04 129.9 -
System Red Green Blue C M Y K H S L
Decimal 134 152 18 0.12 0 0.88 0.40 68.06 0.79 0.33
Hex 86 98 12 C 0 58 28 44 4F 21
Octal 206 230 22 14 0 130 50 104 117 41
Binary 10000110 10011000 10010 1100 0 1011000 101000 1000100 1001111 100001

Color Harmonies of #869812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869812

Black with #869812

Text Example


Text Example

White with #869812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869812; }

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

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

background-color css

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

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

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

border-color css

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

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

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