Html Css Color HEX #9BA126 Citron

📋 copy color: '#9BA126'

red 155 ◦ green 161 ◦ blue 38

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

Shades of Citron #9BA126

Tints of Citron #9BA126

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.48%

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 43.79%
G = 45.48%
B = 10.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#9BA126 (or 0x9BA126) is known color: Citron. HEX triplet: 9B, A1 and 26. RGB value is (155,161,38). Sum of RGB (Red+Green+Blue) = 155+161+38=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA126 is #645ED9. Grayscale: #919191. Windows color (decimal): -6577882 or 2531739. OLE color: 2531739.

HSL color Cylindrical-coordinate representation of color #9BA126: hue angle of 62.93º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BA126 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 38 -
CMYK 0.04 0 0.76 0.37
HSL 62.93º 0.62% 0.39% -
HSV(B) 62.93º 0.76% 0.63% -
XYZ 26.61 32.6 6.72 -
YUV 145.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 155 161 38 0.04 0 0.76 0.37 62.93 0.62 0.39
Hex 9B A1 26 4 0 4C 25 3F 3E 27
Octal 233 241 46 4 0 114 45 77 76 47
Binary 10011011 10100001 100110 100 0 1001100 100101 111111 111110 100111

Color Harmonies of #9BA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA126

Black with #9BA126

Text Example


Text Example

White with #9BA126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,161,38); }

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

background-color css

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

 a { background-color: rgb(155,161,38); }

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

border-color css

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

 span { border-color: rgb(155,161,38); }

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