Html Css Color HEX #9DBA05 Citrus

📋 copy color: '#9DBA05'

red 157 ◦ green 186 ◦ blue 5

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

Shades of Citrus #9DBA05

Tints of Citrus #9DBA05

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.45%

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 45.11%
G = 53.45%
B = 1.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#9DBA05 (or 0x9DBA05) is known color: Citrus. HEX triplet: 9D, BA and 05. RGB value is (157,186,5). Sum of RGB (Red+Green+Blue) = 157+186+5=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBA05 is #6245FA. Grayscale: #9D9D9D. Windows color (decimal): -6440443 or 375453. OLE color: 375453.

HSL color Cylindrical-coordinate representation of color #9DBA05: hue angle of 69.61º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DBA05 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 186 5 -
CMYK 0.16 0 0.97 0.27
HSL 69.61º 0.95% 0.37% -
HSV(B) 69.61º 0.97% 0.73% -
XYZ 31.49 42.3 6.65 -
YUV 156.7 42.39 128.22 -
System Red Green Blue C M Y K H S L
Decimal 157 186 5 0.16 0 0.97 0.27 69.61 0.95 0.37
Hex 9D BA 5 10 0 61 1B 46 5F 25
Octal 235 272 5 20 0 141 33 106 137 45
Binary 10011101 10111010 101 10000 0 1100001 11011 1000110 1011111 100101

Color Harmonies of #9DBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBA05

Black with #9DBA05

Text Example


Text Example

White with #9DBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,186,5); }

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

background-color css

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

 a { background-color: rgb(157,186,5); }

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

border-color css

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

 span { border-color: rgb(157,186,5); }

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