Html Css Color HEX #9BA52F Citron

📋 copy color: '#9BA52F'

red 155 ◦ green 165 ◦ blue 47

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

Shades of Citron #9BA52F

Tints of Citron #9BA52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 42.23%
G = 44.96%
B = 12.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#9BA52F (or 0x9BA52F) is known color: Citron. HEX triplet: 9B, A5 and 2F. RGB value is (155,165,47). Sum of RGB (Red+Green+Blue) = 155+165+47=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA52F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA52F is #645AD0. Grayscale: #959595. Windows color (decimal): -6576849 or 3122587. OLE color: 3122587.

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

Color convert

RGB 155 165 47 -
CMYK 0.06 0 0.72 0.35
HSL 65.08º 0.56% 0.42% -
HSV(B) 65.08º 0.72% 0.65% -
XYZ 27.49 34.08 7.82 -
YUV 148.56 70.69 132.59 -
System Red Green Blue C M Y K H S L
Decimal 155 165 47 0.06 0 0.72 0.35 65.08 0.56 0.42
Hex 9B A5 2F 6 0 48 23 41 38 2A
Octal 233 245 57 6 0 110 43 101 70 52
Binary 10011011 10100101 101111 110 0 1001000 100011 1000001 111000 101010

Color Harmonies of #9BA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA52F

Black with #9BA52F

Text Example


Text Example

White with #9BA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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