Html Css Color HEX #9BA527 Citron

📋 copy color: '#9BA527'

red 155 ◦ green 165 ◦ blue 39

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

Shades of Citron #9BA527

Tints of Citron #9BA527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.86%

R = 43.18%
G = 45.96%
B = 10.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#9BA527 (or 0x9BA527) is known color: Citron. HEX triplet: 9B, A5 and 27. RGB value is (155,165,39). Sum of RGB (Red+Green+Blue) = 155+165+39=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA527 is #645AD8. Grayscale: #949494. Windows color (decimal): -6576857 or 2598299. OLE color: 2598299.

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

Color convert

RGB 155 165 39 -
CMYK 0.06 0 0.76 0.35
HSL 64.76º 0.62% 0.4% -
HSV(B) 64.76º 0.76% 0.65% -
XYZ 27.34 34.03 7.05 -
YUV 147.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 155 165 39 0.06 0 0.76 0.35 64.76 0.62 0.4
Hex 9B A5 27 6 0 4C 23 41 3E 28
Octal 233 245 47 6 0 114 43 101 76 50
Binary 10011011 10100101 100111 110 0 1001100 100011 1000001 111110 101000

Color Harmonies of #9BA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA527

Black with #9BA527

Text Example


Text Example

White with #9BA527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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