Html Css Color HEX #9BA01A Citron

📋 copy color: '#9BA01A'

red 155 ◦ green 160 ◦ blue 26

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

Shades of Citron #9BA01A

Tints of Citron #9BA01A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.92%

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 45.45%
G = 46.92%
B = 7.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#9BA01A (or 0x9BA01A) is known color: Citron. HEX triplet: 9B, A0 and 1A. RGB value is (155,160,26). Sum of RGB (Red+Green+Blue) = 155+160+26=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA01A is #645FE5. Grayscale: #8F8F8F. Windows color (decimal): -6578150 or 1745051. OLE color: 1745051.

HSL color Cylindrical-coordinate representation of color #9BA01A: hue angle of 62.24º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BA01A is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 26 -
CMYK 0.03 0 0.84 0.37
HSL 62.24º 0.72% 0.36% -
HSV(B) 62.24º 0.84% 0.63% -
XYZ 26.27 32.18 5.8 -
YUV 143.23 61.84 136.4 -
System Red Green Blue C M Y K H S L
Decimal 155 160 26 0.03 0 0.84 0.37 62.24 0.72 0.36
Hex 9B A0 1A 3 0 54 25 3E 48 24
Octal 233 240 32 3 0 124 45 76 110 44
Binary 10011011 10100000 11010 11 0 1010100 100101 111110 1001000 100100

Color Harmonies of #9BA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA01A

Black with #9BA01A

Text Example


Text Example

White with #9BA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,160,26); }

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

background-color css

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

 a { background-color: rgb(155,160,26); }

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

border-color css

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

 span { border-color: rgb(155,160,26); }

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