Html Css Color HEX #9BA925 Citron

📋 copy color: '#9BA925'

red 155 ◦ green 169 ◦ blue 37

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

Shades of Citron #9BA925

Tints of Citron #9BA925

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.81%

 BLUE value IS 37 (14.84% from 255) = 10.25%

R = 42.94%
G = 46.81%
B = 10.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#9BA925 (or 0x9BA925) is known color: Citron. HEX triplet: 9B, A9 and 25. RGB value is (155,169,37). Sum of RGB (Red+Green+Blue) = 155+169+37=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA925 is #6456DA. Grayscale: #969696. Windows color (decimal): -6575835 or 2468251. OLE color: 2468251.

HSL color Cylindrical-coordinate representation of color #9BA925: hue angle of 66.36º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9BA925 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 37 -
CMYK 0.08 0 0.78 0.34
HSL 66.36º 0.64% 0.4% -
HSV(B) 66.36º 0.78% 0.66% -
XYZ 28.04 35.48 7.12 -
YUV 149.77 64.36 131.73 -
System Red Green Blue C M Y K H S L
Decimal 155 169 37 0.08 0 0.78 0.34 66.36 0.64 0.4
Hex 9B A9 25 8 0 4E 22 42 40 28
Octal 233 251 45 10 0 116 42 102 100 50
Binary 10011011 10101001 100101 1000 0 1001110 100010 1000010 1000000 101000

Color Harmonies of #9BA925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA925

Black with #9BA925

Text Example


Text Example

White with #9BA925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,169,37); }

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

background-color css

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

 a { background-color: rgb(155,169,37); }

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

border-color css

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

 span { border-color: rgb(155,169,37); }

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