Html Css Color HEX #9BB403 Citrus

📋 copy color: '#9BB403'

red 155 ◦ green 180 ◦ blue 3

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

Shades of Citrus #9BB403

Tints of Citrus #9BB403

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.25%

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

R = 45.86%
G = 53.25%
B = 0.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#9BB403 (or 0x9BB403) is known color: Citrus. HEX triplet: 9B, B4 and 03. RGB value is (155,180,3). Sum of RGB (Red+Green+Blue) = 155+180+3=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB403 is #644BFC. Grayscale: #999999. Windows color (decimal): -6573053 or 242843. OLE color: 242843.

HSL color Cylindrical-coordinate representation of color #9BB403: hue angle of 68.47º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BB403 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 3 -
CMYK 0.14 0 0.98 0.29
HSL 68.47º 0.97% 0.36% -
HSV(B) 68.47º 0.98% 0.71% -
XYZ 29.86 39.62 6.16 -
YUV 152.35 43.72 129.89 -
System Red Green Blue C M Y K H S L
Decimal 155 180 3 0.14 0 0.98 0.29 68.47 0.97 0.36
Hex 9B B4 3 E 0 62 1D 44 61 24
Octal 233 264 3 16 0 142 35 104 141 44
Binary 10011011 10110100 11 1110 0 1100010 11101 1000100 1100001 100100

Color Harmonies of #9BB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB403

Black with #9BB403

Text Example


Text Example

White with #9BB403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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