Html Css Color HEX #9BAC1A Citrus

📋 copy color: '#9BAC1A'

red 155 ◦ green 172 ◦ blue 26

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

Shades of Citrus #9BAC1A

Tints of Citrus #9BAC1A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.73%

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

R = 43.91%
G = 48.73%
B = 7.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#9BAC1A (or 0x9BAC1A) is known color: Citrus. HEX triplet: 9B, AC and 1A. RGB value is (155,172,26). Sum of RGB (Red+Green+Blue) = 155+172+26=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC1A is #6453E5. Grayscale: #969696. Windows color (decimal): -6575078 or 1748123. OLE color: 1748123.

HSL color Cylindrical-coordinate representation of color #9BAC1A: hue angle of 66.99º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9BAC1A is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 26 -
CMYK 0.10 0 0.85 0.33
HSL 66.99º 0.74% 0.39% -
HSV(B) 66.99º 0.85% 0.67% -
XYZ 28.46 36.55 6.53 -
YUV 150.27 57.87 131.37 -
System Red Green Blue C M Y K H S L
Decimal 155 172 26 0.10 0 0.85 0.33 66.99 0.74 0.39
Hex 9B AC 1A A 0 55 21 43 4A 27
Octal 233 254 32 12 0 125 41 103 112 47
Binary 10011011 10101100 11010 1010 0 1010101 100001 1000011 1001010 100111

Color Harmonies of #9BAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC1A

Black with #9BAC1A

Text Example


Text Example

White with #9BAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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