Html Css Color HEX #9BAD03 Citrus

📋 copy color: '#9BAD03'

red 155 ◦ green 173 ◦ blue 3

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

Shades of Citrus #9BAD03

Tints of Citrus #9BAD03

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.27%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 46.83%
G = 52.27%
B = 0.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#9BAD03 (or 0x9BAD03) is known color: Citrus. HEX triplet: 9B, AD and 03. RGB value is (155,173,3). Sum of RGB (Red+Green+Blue) = 155+173+3=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAD03 is #6452FC. Grayscale: #949494. Windows color (decimal): -6574845 or 241051. OLE color: 241051.

HSL color Cylindrical-coordinate representation of color #9BAD03: hue angle of 66.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BAD03 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 173 3 -
CMYK 0.10 0 0.98 0.32
HSL 66.35º 0.97% 0.35% -
HSV(B) 66.35º 0.98% 0.68% -
XYZ 28.48 36.86 5.7 -
YUV 148.24 46.04 132.82 -
System Red Green Blue C M Y K H S L
Decimal 155 173 3 0.10 0 0.98 0.32 66.35 0.97 0.35
Hex 9B AD 3 A 0 62 20 42 61 23
Octal 233 255 3 12 0 142 40 102 141 43
Binary 10011011 10101101 11 1010 0 1100010 100000 1000010 1100001 100011

Color Harmonies of #9BAD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAD03

Black with #9BAD03

Text Example


Text Example

White with #9BAD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,3); }

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

background-color css

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

 a { background-color: rgb(155,173,3); }

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

border-color css

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

 span { border-color: rgb(155,173,3); }

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