Html Css Color HEX #9BA308 Citrus

📋 copy color: '#9BA308'

red 155 ◦ green 163 ◦ blue 8

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

Shades of Citrus #9BA308

Tints of Citrus #9BA308

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 47.55%
G = 50%
B = 2.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#9BA308 (or 0x9BA308) is known color: Citrus. HEX triplet: 9B, A3 and 08. RGB value is (155,163,8). Sum of RGB (Red+Green+Blue) = 155+163+8=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA308 is #645CF7. Grayscale: #8F8F8F. Windows color (decimal): -6577400 or 566171. OLE color: 566171.

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

Color convert

RGB 155 163 8 -
CMYK 0.05 0 0.95 0.36
HSL 63.1º 0.91% 0.34% -
HSV(B) 63.1º 0.95% 0.64% -
XYZ 26.66 33.18 5.23 -
YUV 142.94 51.85 136.6 -
System Red Green Blue C M Y K H S L
Decimal 155 163 8 0.05 0 0.95 0.36 63.1 0.91 0.34
Hex 9B A3 8 5 0 5F 24 3F 5B 22
Octal 233 243 10 5 0 137 44 77 133 42
Binary 10011011 10100011 1000 101 0 1011111 100100 111111 1011011 100010

Color Harmonies of #9BA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA308

Black with #9BA308

Text Example


Text Example

White with #9BA308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,163,8); }

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

background-color css

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

 a { background-color: rgb(155,163,8); }

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

border-color css

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

 span { border-color: rgb(155,163,8); }

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