Html Css Color HEX #869F03 Citron

📋 copy color: '#869F03'

red 134 ◦ green 159 ◦ blue 3

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

Shades of Citron #869F03

Tints of Citron #869F03

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.72%

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 45.27%
G = 53.72%
B = 1.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#869F03 (or 0x869F03) is known color: Citron. HEX triplet: 86, 9F and 03. RGB value is (134,159,3). Sum of RGB (Red+Green+Blue) = 134+159+3=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #869F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869F03 is #7960FC. Grayscale: #868686. Windows color (decimal): -7954685 or 237446. OLE color: 237446.

HSL color Cylindrical-coordinate representation of color #869F03: hue angle of 69.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #869F03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 159 3 -
CMYK 0.16 0 0.98 0.38
HSL 69.62º 0.96% 0.32% -
HSV(B) 69.62º 0.98% 0.62% -
XYZ 22.25 29.87 4.68 -
YUV 133.74 54.22 128.18 -
System Red Green Blue C M Y K H S L
Decimal 134 159 3 0.16 0 0.98 0.38 69.62 0.96 0.32
Hex 86 9F 3 10 0 62 26 46 60 20
Octal 206 237 3 20 0 142 46 106 140 40
Binary 10000110 10011111 11 10000 0 1100010 100110 1000110 1100000 100000

Color Harmonies of #869F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869F03

Black with #869F03

Text Example


Text Example

White with #869F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,159,3); }

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

background-color css

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

 a { background-color: rgb(134,159,3); }

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

border-color css

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

 span { border-color: rgb(134,159,3); }

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