Html Css Color HEX #9BA413 Citron

📋 copy color: '#9BA413'

red 155 ◦ green 164 ◦ blue 19

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

Shades of Citron #9BA413

Tints of Citron #9BA413

RGB

 RED value IS 155 (60.94% from 255) = 45.86%

 GREEN value IS 164 (64.45% from 255) = 48.52%

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 45.86%
G = 48.52%
B = 5.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#9BA413 (or 0x9BA413) is known color: Citron. HEX triplet: 9B, A4 and 13. RGB value is (155,164,19). Sum of RGB (Red+Green+Blue) = 155+164+19=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA413 is #645BEC. Grayscale: #919191. Windows color (decimal): -6577133 or 1287323. OLE color: 1287323.

HSL color Cylindrical-coordinate representation of color #9BA413: hue angle of 63.72º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BA413 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 164 19 -
CMYK 0.05 0 0.88 0.36
HSL 63.72º 0.79% 0.36% -
HSV(B) 63.72º 0.88% 0.64% -
XYZ 26.91 33.57 5.68 -
YUV 144.78 57.02 135.29 -
System Red Green Blue C M Y K H S L
Decimal 155 164 19 0.05 0 0.88 0.36 63.72 0.79 0.36
Hex 9B A4 13 5 0 58 24 40 4F 24
Octal 233 244 23 5 0 130 44 100 117 44
Binary 10011011 10100100 10011 101 0 1011000 100100 1000000 1001111 100100

Color Harmonies of #9BA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA413

Black with #9BA413

Text Example


Text Example

White with #9BA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA413; }

 p { color: rgb(155,164,19); }

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

background-color css

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

 a { background-color: rgb(155,164,19); }

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

border-color css

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

 span { border-color: rgb(155,164,19); }

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