Html Css Color HEX #9BA830 Citron

📋 copy color: '#9BA830'

red 155 ◦ green 168 ◦ blue 48

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

Shades of Citron #9BA830

Tints of Citron #9BA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.28%

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 41.78%
G = 45.28%
B = 12.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#9BA830 (or 0x9BA830) is known color: Citron. HEX triplet: 9B, A8 and 30. RGB value is (155,168,48). Sum of RGB (Red+Green+Blue) = 155+168+48=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA830 is #6457CF. Grayscale: #969696. Windows color (decimal): -6576080 or 3188891. OLE color: 3188891.

HSL color Cylindrical-coordinate representation of color #9BA830: hue angle of 66.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BA830 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 168 48 -
CMYK 0.08 0 0.71 0.34
HSL 66.5º 0.56% 0.42% -
HSV(B) 66.5º 0.71% 0.66% -
XYZ 28.05 35.19 8.11 -
YUV 150.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 155 168 48 0.08 0 0.71 0.34 66.5 0.56 0.42
Hex 9B A8 30 8 0 47 22 42 38 2A
Octal 233 250 60 10 0 107 42 102 70 52
Binary 10011011 10101000 110000 1000 0 1000111 100010 1000010 111000 101010

Color Harmonies of #9BA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA830

Black with #9BA830

Text Example


Text Example

White with #9BA830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,168,48); }

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

background-color css

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

 a { background-color: rgb(155,168,48); }

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

border-color css

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

 span { border-color: rgb(155,168,48); }

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