Html Css Color HEX #9B9A1F Citron

📋 copy color: '#9B9A1F'

red 155 ◦ green 154 ◦ blue 31

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

Shades of Citron #9B9A1F

Tints of Citron #9B9A1F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.29%

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

R = 45.59%
G = 45.29%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B9A1F (or 0x9B9A1F) is known color: Citron. HEX triplet: 9B, 9A and 1F. RGB value is (155,154,31). Sum of RGB (Red+Green+Blue) = 155+154+31=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9A1F is #6465E0. Grayscale: #8C8C8C. Windows color (decimal): -6579681 or 2071195. OLE color: 2071195.

HSL color Cylindrical-coordinate representation of color #9B9A1F: hue angle of 59.52º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B9A1F is Cyan = 0, Magento = 0.01, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 154 31 -
CMYK 0 0.01 0.8 0.39
HSL 59.52º 0.67% 0.36% -
HSV(B) 59.52º 0.8% 0.61% -
XYZ 25.32 30.18 5.79 -
YUV 140.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 155 154 31 0 0.01 0.8 0.39 59.52 0.67 0.36
Hex 9B 9A 1F 0 1 50 27 3C 43 24
Octal 233 232 37 0 1 120 47 74 103 44
Binary 10011011 10011010 11111 0 1 1010000 100111 111100 1000011 100100

Color Harmonies of #9B9A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9A1F

Black with #9B9A1F

Text Example


Text Example

White with #9B9A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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