Html Css Color HEX #869B2B Citron

📋 copy color: '#869B2B'

red 134 ◦ green 155 ◦ blue 43

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

Shades of Citron #869B2B

Tints of Citron #869B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 40.36%
G = 46.69%
B = 12.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#869B2B (or 0x869B2B) is known color: Citron. HEX triplet: 86, 9B and 2B. RGB value is (134,155,43). Sum of RGB (Red+Green+Blue) = 134+155+43=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #869B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B2B is #7964D4. Grayscale: #888888. Windows color (decimal): -7955669 or 2857862. OLE color: 2857862.

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

Color convert

RGB 134 155 43 -
CMYK 0.14 0 0.72 0.39
HSL 71.25º 0.57% 0.39% -
HSV(B) 71.25º 0.72% 0.61% -
XYZ 21.99 28.69 6.66 -
YUV 135.95 75.54 126.61 -
System Red Green Blue C M Y K H S L
Decimal 134 155 43 0.14 0 0.72 0.39 71.25 0.57 0.39
Hex 86 9B 2B E 0 48 27 47 39 27
Octal 206 233 53 16 0 110 47 107 71 47
Binary 10000110 10011011 101011 1110 0 1001000 100111 1000111 111001 100111

Color Harmonies of #869B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B2B

Black with #869B2B

Text Example


Text Example

White with #869B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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