Html Css Color HEX #9DB308 Citrus

📋 copy color: '#9DB308'

red 157 ◦ green 179 ◦ blue 8

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

Shades of Citrus #9DB308

Tints of Citrus #9DB308

RGB

 RED value IS 157 (61.72% from 255) = 45.64%

 GREEN value IS 179 (70.31% from 255) = 52.03%

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

R = 45.64%
G = 52.03%
B = 2.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#9DB308 (or 0x9DB308) is known color: Citrus. HEX triplet: 9D, B3 and 08. RGB value is (157,179,8). Sum of RGB (Red+Green+Blue) = 157+179+8=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB308 is #624CF7. Grayscale: #999999. Windows color (decimal): -6442232 or 570269. OLE color: 570269.

HSL color Cylindrical-coordinate representation of color #9DB308: hue angle of 67.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DB308 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 179 8 -
CMYK 0.12 0 0.96 0.30
HSL 67.72º 0.91% 0.37% -
HSV(B) 67.72º 0.96% 0.7% -
XYZ 30.07 39.43 6.25 -
YUV 152.93 46.21 130.9 -
System Red Green Blue C M Y K H S L
Decimal 157 179 8 0.12 0 0.96 0.30 67.72 0.91 0.37
Hex 9D B3 8 C 0 60 1E 44 5B 25
Octal 235 263 10 14 0 140 36 104 133 45
Binary 10011101 10110011 1000 1100 0 1100000 11110 1000100 1011011 100101

Color Harmonies of #9DB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB308

Black with #9DB308

Text Example


Text Example

White with #9DB308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,179,8); }

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

background-color css

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

 a { background-color: rgb(157,179,8); }

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

border-color css

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

 span { border-color: rgb(157,179,8); }

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