Html Css Color HEX #9BA52A Citron

📋 copy color: '#9BA52A'

red 155 ◦ green 165 ◦ blue 42

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

Shades of Citron #9BA52A

Tints of Citron #9BA52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.58%

 BLUE value IS 42 (16.8% from 255) = 11.6%

R = 42.82%
G = 45.58%
B = 11.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#9BA52A (or 0x9BA52A) is known color: Citron. HEX triplet: 9B, A5 and 2A. RGB value is (155,165,42). Sum of RGB (Red+Green+Blue) = 155+165+42=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA52A is #645AD5. Grayscale: #949494. Windows color (decimal): -6576854 or 2794907. OLE color: 2794907.

HSL color Cylindrical-coordinate representation of color #9BA52A: hue angle of 64.88º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BA52A is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 42 -
CMYK 0.06 0 0.75 0.35
HSL 64.88º 0.59% 0.41% -
HSV(B) 64.88º 0.75% 0.65% -
XYZ 27.39 34.05 7.32 -
YUV 147.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 155 165 42 0.06 0 0.75 0.35 64.88 0.59 0.41
Hex 9B A5 2A 6 0 4B 23 41 3B 29
Octal 233 245 52 6 0 113 43 101 73 51
Binary 10011011 10100101 101010 110 0 1001011 100011 1000001 111011 101001

Color Harmonies of #9BA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA52A

Black with #9BA52A

Text Example


Text Example

White with #9BA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,42); }

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

background-color css

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

 a { background-color: rgb(155,165,42); }

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

border-color css

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

 span { border-color: rgb(155,165,42); }

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