Html Css Color HEX #9BA536 Citron

📋 copy color: '#9BA536'

red 155 ◦ green 165 ◦ blue 54

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

Shades of Citron #9BA536

Tints of Citron #9BA536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.44%

R = 41.44%
G = 44.12%
B = 14.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#9BA536 (or 0x9BA536) is known color: Citron. HEX triplet: 9B, A5 and 36. RGB value is (155,165,54). Sum of RGB (Red+Green+Blue) = 155+165+54=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA536 is #645AC9. Grayscale: #959595. Windows color (decimal): -6576842 or 3581339. OLE color: 3581339.

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

Color convert

RGB 155 165 54 -
CMYK 0.06 0 0.67 0.35
HSL 65.41º 0.51% 0.43% -
HSV(B) 65.41º 0.67% 0.65% -
XYZ 27.64 34.15 8.62 -
YUV 149.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 155 165 54 0.06 0 0.67 0.35 65.41 0.51 0.43
Hex 9B A5 36 6 0 43 23 41 33 2B
Octal 233 245 66 6 0 103 43 101 63 53
Binary 10011011 10100101 110110 110 0 1000011 100011 1000001 110011 101011

Color Harmonies of #9BA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA536

Black with #9BA536

Text Example


Text Example

White with #9BA536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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