Html Css Color HEX #9BA12D Citron

📋 copy color: '#9BA12D'

red 155 ◦ green 161 ◦ blue 45

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

Shades of Citron #9BA12D

Tints of Citron #9BA12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.6%

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 42.94%
G = 44.6%
B = 12.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#9BA12D (or 0x9BA12D) is known color: Citron. HEX triplet: 9B, A1 and 2D. RGB value is (155,161,45). Sum of RGB (Red+Green+Blue) = 155+161+45=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA12D is #645ED2. Grayscale: #929292. Windows color (decimal): -6577875 or 2990491. OLE color: 2990491.

HSL color Cylindrical-coordinate representation of color #9BA12D: hue angle of 63.1º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BA12D is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 45 -
CMYK 0.04 0 0.72 0.37
HSL 63.1º 0.56% 0.4% -
HSV(B) 63.1º 0.72% 0.63% -
XYZ 26.74 32.65 7.38 -
YUV 145.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 155 161 45 0.04 0 0.72 0.37 63.1 0.56 0.4
Hex 9B A1 2D 4 0 48 25 3F 38 28
Octal 233 241 55 4 0 110 45 77 70 50
Binary 10011011 10100001 101101 100 0 1001000 100101 111111 111000 101000

Color Harmonies of #9BA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA12D

Black with #9BA12D

Text Example


Text Example

White with #9BA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,161,45); }

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

background-color css

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

 a { background-color: rgb(155,161,45); }

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

border-color css

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

 span { border-color: rgb(155,161,45); }

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