Html Css Color HEX #9A981B Citron

📋 copy color: '#9A981B'

red 154 ◦ green 152 ◦ blue 27

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

Shades of Citron #9A981B

Tints of Citron #9A981B

RGB

 RED value IS 154 (60.55% from 255) = 46.25%

 GREEN value IS 152 (59.77% from 255) = 45.65%

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 46.25%
G = 45.65%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A981B (or 0x9A981B) is known color: Citron. HEX triplet: 9A, 98 and 1B. RGB value is (154,152,27). Sum of RGB (Red+Green+Blue) = 154+152+27=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 154 - color contains mainly: red. Hex color #9A981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A981B is #6567E4. Grayscale: #8A8A8A. Windows color (decimal): -6645733 or 1808538. OLE color: 1808538.

HSL color Cylindrical-coordinate representation of color #9A981B: hue angle of 59.06º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A981B is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 152 27 -
CMYK 0 0.01 0.82 0.40
HSL 59.06º 0.7% 0.35% -
HSV(B) 59.06º 0.82% 0.6% -
XYZ 24.75 29.41 5.41 -
YUV 138.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 154 152 27 0 0.01 0.82 0.40 59.06 0.7 0.35
Hex 9A 98 1B 0 1 52 28 3B 46 23
Octal 232 230 33 0 1 122 50 73 106 43
Binary 10011010 10011000 11011 0 1 1010010 101000 111011 1000110 100011

Color Harmonies of #9A981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A981B

Black with #9A981B

Text Example


Text Example

White with #9A981B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,152,27); }

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

background-color css

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

 a { background-color: rgb(154,152,27); }

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

border-color css

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

 span { border-color: rgb(154,152,27); }

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