Html Css Color HEX #9BA51F Citron

📋 copy color: '#9BA51F'

red 155 ◦ green 165 ◦ blue 31

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

Shades of Citron #9BA51F

Tints of Citron #9BA51F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 44.16%
G = 47.01%
B = 8.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#9BA51F (or 0x9BA51F) is known color: Citron. HEX triplet: 9B, A5 and 1F. RGB value is (155,165,31). Sum of RGB (Red+Green+Blue) = 155+165+31=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA51F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA51F is #645AE0. Grayscale: #939393. Windows color (decimal): -6576865 or 2074011. OLE color: 2074011.

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

Color convert

RGB 155 165 31 -
CMYK 0.06 0 0.81 0.35
HSL 64.48º 0.68% 0.38% -
HSV(B) 64.48º 0.81% 0.65% -
XYZ 27.22 33.98 6.42 -
YUV 146.73 62.69 133.9 -
System Red Green Blue C M Y K H S L
Decimal 155 165 31 0.06 0 0.81 0.35 64.48 0.68 0.38
Hex 9B A5 1F 6 0 51 23 40 44 26
Octal 233 245 37 6 0 121 43 100 104 46
Binary 10011011 10100101 11111 110 0 1010001 100011 1000000 1000100 100110

Color Harmonies of #9BA51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA51F

Black with #9BA51F

Text Example


Text Example

White with #9BA51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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