Html Css Color HEX #9B9E1C Citron

📋 copy color: '#9B9E1C'

red 155 ◦ green 158 ◦ blue 28

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

Shades of Citron #9B9E1C

Tints of Citron #9B9E1C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.33%

 BLUE value IS 28 (11.33% from 255) = 8.21%

R = 45.45%
G = 46.33%
B = 8.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9B9E1C (or 0x9B9E1C) is known color: Citron. HEX triplet: 9B, 9E and 1C. RGB value is (155,158,28). Sum of RGB (Red+Green+Blue) = 155+158+28=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9E1C is #6461E3. Grayscale: #8E8E8E. Windows color (decimal): -6578660 or 1875611. OLE color: 1875611.

HSL color Cylindrical-coordinate representation of color #9B9E1C: hue angle of 61.38º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B9E1C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 158 28 -
CMYK 0.02 0 0.82 0.38
HSL 61.38º 0.7% 0.36% -
HSV(B) 61.38º 0.82% 0.62% -
XYZ 25.95 31.51 5.81 -
YUV 142.28 63.51 137.07 -
System Red Green Blue C M Y K H S L
Decimal 155 158 28 0.02 0 0.82 0.38 61.38 0.7 0.36
Hex 9B 9E 1C 2 0 52 26 3D 46 24
Octal 233 236 34 2 0 122 46 75 106 44
Binary 10011011 10011110 11100 10 0 1010010 100110 111101 1000110 100100

Color Harmonies of #9B9E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9E1C

Black with #9B9E1C

Text Example


Text Example

White with #9B9E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,158,28); }

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

background-color css

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

 a { background-color: rgb(155,158,28); }

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

border-color css

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

 span { border-color: rgb(155,158,28); }

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