Html Css Color HEX #9BA52B Citron

📋 copy color: '#9BA52B'

red 155 ◦ green 165 ◦ blue 43

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

Shades of Citron #9BA52B

Tints of Citron #9BA52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 42.7%
G = 45.45%
B = 11.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#9BA52B (or 0x9BA52B) is known color: Citron. HEX triplet: 9B, A5 and 2B. RGB value is (155,165,43). Sum of RGB (Red+Green+Blue) = 155+165+43=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA52B is #645AD4. Grayscale: #949494. Windows color (decimal): -6576853 or 2860443. OLE color: 2860443.

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

Color convert

RGB 155 165 43 -
CMYK 0.06 0 0.74 0.35
HSL 64.92º 0.59% 0.41% -
HSV(B) 64.92º 0.74% 0.65% -
XYZ 27.41 34.05 7.41 -
YUV 148.1 68.69 132.92 -
System Red Green Blue C M Y K H S L
Decimal 155 165 43 0.06 0 0.74 0.35 64.92 0.59 0.41
Hex 9B A5 2B 6 0 4A 23 41 3B 29
Octal 233 245 53 6 0 112 43 101 73 51
Binary 10011011 10100101 101011 110 0 1001010 100011 1000001 111011 101001

Color Harmonies of #9BA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA52B

Black with #9BA52B

Text Example


Text Example

White with #9BA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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