Html Css Color HEX #9BA428 Citron

📋 copy color: '#9BA428'

red 155 ◦ green 164 ◦ blue 40

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

Shades of Citron #9BA428

Tints of Citron #9BA428

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.68%

 BLUE value IS 40 (16.02% from 255) = 11.14%

R = 43.18%
G = 45.68%
B = 11.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#9BA428 (or 0x9BA428) is known color: Citron. HEX triplet: 9B, A4 and 28. RGB value is (155,164,40). Sum of RGB (Red+Green+Blue) = 155+164+40=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA428 is #645BD7. Grayscale: #939393. Windows color (decimal): -6577112 or 2663579. OLE color: 2663579.

HSL color Cylindrical-coordinate representation of color #9BA428: hue angle of 64.35º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BA428 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 164 40 -
CMYK 0.05 0 0.76 0.36
HSL 64.35º 0.61% 0.4% -
HSV(B) 64.35º 0.76% 0.64% -
XYZ 27.18 33.67 7.07 -
YUV 147.17 67.52 133.58 -
System Red Green Blue C M Y K H S L
Decimal 155 164 40 0.05 0 0.76 0.36 64.35 0.61 0.4
Hex 9B A4 28 5 0 4C 24 40 3D 28
Octal 233 244 50 5 0 114 44 100 75 50
Binary 10011011 10100100 101000 101 0 1001100 100100 1000000 111101 101000

Color Harmonies of #9BA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA428

Black with #9BA428

Text Example


Text Example

White with #9BA428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,164,40); }

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

background-color css

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

 a { background-color: rgb(155,164,40); }

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

border-color css

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

 span { border-color: rgb(155,164,40); }

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